From 04ccbf694f4bf9ddf1d1c455c318da6d2054a516 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 29 Jul 2016 02:20:44 +0200 Subject: adapt footer for license and Impressum/Datenschutz --- pelican-bootstrap3/templates/includes/footer.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/pelican-bootstrap3/templates/includes/footer.html b/pelican-bootstrap3/templates/includes/footer.html index ccd951b..7a9ec67 100644 --- a/pelican-bootstrap3/templates/includes/footer.html +++ b/pelican-bootstrap3/templates/includes/footer.html @@ -7,18 +7,15 @@ {% else %} {% set copy_date = '' %} {% endif %} -
© {{ copy_date }} {{ AUTHOR }} +
© {{ copy_date }} {{ AUTHOR }} · Powered by pelican-bootstrap3, Pelican, - Bootstrap - {%- if CC_LICENSE or CC_LICENSE_DERIVATIVES or CC_LICENSE_COMMERCIAL %} - {% from 'includes/cc-license.html' import cc_license_mark %} -

{{ 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}) }}

- {% elif CUSTOM_LICENSE %} -

{{ CUSTOM_LICENSE }}

- {% endif %} -
- + Bootstrap + +

Creative Commons License Content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where indicated otherwise. +

+
+

Back to top
Impressum/Datenschutzerklärung

-- cgit v1.1