aboutsummaryrefslogtreecommitdiffstats
path: root/Just-Read/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'Just-Read/templates/base.html')
-rw-r--r--Just-Read/templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html
index bb86107..cf31d29 100644
--- a/Just-Read/templates/base.html
+++ b/Just-Read/templates/base.html
@@ -54,7 +54,11 @@
{% endfor %}
</ul>
- <p role="contentinfo">© 2012 {{ AUTHOR }}<br>
+ <p role="contentinfo">{% if FOOTERTEXT %}
+ {{ FOOTERTEXT }}
+ {% else %}
+ © 2017 {{ AUTHOR }}
+ {% endif %}<br>
Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">Pelican</a>.</p>
</div>
</footer>