aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/footer.html
diff options
context:
space:
mode:
authorDaan Debie <debie.daan@gmail.com>2013-12-27 22:58:14 +0100
committerDaan Debie <debie.daan@gmail.com>2013-12-27 22:58:14 +0100
commitf02333f6e1ad4da0a36d880037168e3eb0621c84 (patch)
tree87abcf89230988110cf9ddf5f49538107d0e9c4e /pelican-bootstrap3/templates/includes/footer.html
parent23701c6d825833372bff819bedfd9773dcc02160 (diff)
downloadpelican-themes-f02333f6e1ad4da0a36d880037168e3eb0621c84.zip
pelican-themes-f02333f6e1ad4da0a36d880037168e3eb0621c84.tar.gz
pelican-themes-f02333f6e1ad4da0a36d880037168e3eb0621c84.tar.bz2
Updated pelican-bootstrap3 to v1.1
Diffstat (limited to 'pelican-bootstrap3/templates/includes/footer.html')
-rw-r--r--pelican-bootstrap3/templates/includes/footer.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/footer.html b/pelican-bootstrap3/templates/includes/footer.html
new file mode 100644
index 0000000..7e2cf39
--- /dev/null
+++ b/pelican-bootstrap3/templates/includes/footer.html
@@ -0,0 +1,16 @@
+<footer>
+ <div class="container">
+ <hr>
+ <p class="pull-right"><i class="icon-arrow-up"></i> <a href="#">Back to top</a></p>
+
+ {% if articles %}
+ {% set copy_date = articles[0].date.strftime('%Y') %}
+ {% else %}
+ {% set copy_date = '' %}
+ {% endif %}
+
+ <p>&copy; {{ copy_date }} {{ AUTHOR }} &middot; Powered by <a href="https://github.com/DandyDev/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></p>
+ </div>
+</footer> \ No newline at end of file