summaryrefslogtreecommitdiffstats
path: root/themes/pelican-elegant-1.3/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/pelican-elegant-1.3/templates/footer.html')
-rw-r--r--themes/pelican-elegant-1.3/templates/footer.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/pelican-elegant-1.3/templates/footer.html b/themes/pelican-elegant-1.3/templates/footer.html
new file mode 100644
index 0000000..a683dde
--- /dev/null
+++ b/themes/pelican-elegant-1.3/templates/footer.html
@@ -0,0 +1,13 @@
+<footer>
+<div id="footer">
+ <ul class="footer-content">
+ {% if SITESUBTITLE %}
+ <li class="elegant-subtitle"><span class="site-name">{{ SITENAME }}</span> - {{ SITESUBTITLE }}</li>
+ {% endif %}
+ {% if SITE_LICENSE %}
+ <li class="elegant-license">{{ SITE_LICENSE }}</li>
+ {% endif %}
+ <li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>. Theme: <a href="http://oncrashreboot.com/pelican-elegant" title="Theme Elegant Home Page">Elegant</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a></li>
+ </ul>
+</div>
+</footer>