aboutsummaryrefslogtreecommitdiffstats
path: root/Peli-Kiera/templates/base.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-09-22 13:18:32 +0200
committerGitHub <noreply@github.com>2020-09-22 13:18:32 +0200
commit27b669ea286624b235d59624c4b0dc5dafb9deda (patch)
treede64095745a8fafe3d180a1b3427505bfe0035d2 /Peli-Kiera/templates/base.html
parent07f0c30921c1752e73a3d40ba4aec76c43a8ff42 (diff)
parent9f7b7f3870f5f18746a7fdc10ee3ce7e026ab19a (diff)
downloadpelican-themes-27b669ea286624b235d59624c4b0dc5dafb9deda.tar.gz
Merge pull request #691 from aleylara/master
Peli-Kiera: Minor bug fixes and UI changes
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>