aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 02:20:44 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-07-29 02:20:44 +0200
commit04ccbf694f4bf9ddf1d1c455c318da6d2054a516 (patch)
tree62e51340de88fbef7c63a9d64ad849bda9d09110
parentfd0a6ceb4158701ca63e9b40169d5a1be4ba7772 (diff)
downloadpelican-themes-04ccbf694f4bf9ddf1d1c455c318da6d2054a516.zip
pelican-themes-04ccbf694f4bf9ddf1d1c455c318da6d2054a516.tar.gz
pelican-themes-04ccbf694f4bf9ddf1d1c455c318da6d2054a516.tar.bz2
adapt footer for license and Impressum/Datenschutz
-rw-r--r--pelican-bootstrap3/templates/includes/footer.html17
1 files 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 %}
- <div class="col-xs-10">&copy; {{ copy_date }} {{ AUTHOR }}
+ <div class="col-lg-10 text-muted">&copy; {{ copy_date }} {{ AUTHOR }}
&middot; Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
- <a href="http://getbootstrap.com" target="_blank">Bootstrap</a>
- {%- 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>
+ <a href="https://getbootstrap.com" target="_blank">Bootstrap</a>
+ <!-- license footer -->
+ <p class="text-muted"><small><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="{{ SITEURL }}/extras/by-sa.png" /></a> Content licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>, except where indicated otherwise.
+ </small></p>
+ </div>
+ <div class="col-lg-2"><p class="pull-right"><i class="glyphicon glyphicon-menu-up"></i> <a href="#">Back to top</a><br><a href="./impressum.html">Impressum/Datenschutzerklärung</a></p></div>
</div>
</div>
</footer>