diff options
author | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
---|---|---|
committer | Daan Debie <ddebie@universitplatform.com> | 2016-04-22 15:35:07 +0200 |
commit | faa85d6112a759767a4f327e35a07fa55d9e747e (patch) | |
tree | 903ad6ecc488f2158ec40d8fa45a39d5542a2f8b /pelican-bootstrap3/templates/includes/footer.html | |
parent | 2cd39ad5c0c03818900611ddee699b2a6acc2453 (diff) | |
download | pelican-themes-faa85d6112a759767a4f327e35a07fa55d9e747e.tar.gz |
Update pelican-bootstrap3 to latest version, donate to Pelican community
Diffstat (limited to 'pelican-bootstrap3/templates/includes/footer.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/footer.html b/pelican-bootstrap3/templates/includes/footer.html index 76e8ed4..29be389 100644 --- a/pelican-bootstrap3/templates/includes/footer.html +++ b/pelican-bootstrap3/templates/includes/footer.html @@ -14,9 +14,11 @@ {%- if CC_LICENSE or CC_LICENSE_DERIVATIVES or CC_LICENSE_COMMERCIAL %} {% from 'includes/cc-license.html' import cc_license_mark %} <p><small>{{ cc_license_mark(cc_name=CC_LICENSE,derivatives=CC_LICENSE_DERIVATIVES,commercial=CC_LICENSE_COMMERCIAL,attr_markup=CC_ATTR_MARKUP,attr_props={'title':SITENAME,'name':article.author if article else AUTHOR,'url':SITEURL}) }}</small></p> + {% elif CUSTOM_LICENSE %} + <p><small>{{ CUSTOM_LICENSE }}</small></p> {% endif %} </div> <div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> </div> </div> -</footer>
\ No newline at end of file +</footer> |