diff options
author | Justin Mayer <entroP@gmail.com> | 2020-09-22 13:18:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 13:18:32 +0200 |
commit | 27b669ea286624b235d59624c4b0dc5dafb9deda (patch) | |
tree | de64095745a8fafe3d180a1b3427505bfe0035d2 /Peli-Kiera/templates/base.html | |
parent | 07f0c30921c1752e73a3d40ba4aec76c43a8ff42 (diff) | |
parent | 9f7b7f3870f5f18746a7fdc10ee3ce7e026ab19a (diff) | |
download | pelican-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.html | 6 |
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 © 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> • Theme by <a + href="https://github.com/aleylara/Peli-Kiera">Peli-Kiera</a> • Copyright + © {% if AUTHOR %} ‑ {{ AUTHOR }}{% endif %} </h6> </footer> </div> |