aboutsummaryrefslogtreecommitdiffstats
path: root/Peli-Kiera/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'Peli-Kiera/templates/base.html')
-rw-r--r--Peli-Kiera/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/Peli-Kiera/templates/base.html b/Peli-Kiera/templates/base.html
index 737bd5c..ee680ab 100644
--- a/Peli-Kiera/templates/base.html
+++ b/Peli-Kiera/templates/base.html
@@ -72,9 +72,9 @@
{% endblock %}
<footer>
<h6>
- Copyright &copy 2018
- {% if AUTHOR %}- {{ AUTHOR }}{% endif %} | Rendered by <a href="http://getpelican.com/">Pelican</a> |
- Powered by <a href="http://python.org">Python</a>
+ Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp; Theme by <a
+ href="https://github.com/aleylara/Peli-Kiera">Peli-Kiera</a> &nbsp;&bull;&nbsp; Copyright
+ &copy {% if AUTHOR %} &nbsp;&#8209;&nbsp; {{ AUTHOR }}{% endif %}
</h6>
</footer>
</div>