aboutsummaryrefslogtreecommitdiffstats
path: root/Peli-Kiera/templates
diff options
context:
space:
mode:
authoraleylara <ingirtere@gmail.com>2021-01-24 23:51:34 +1100
committeraleylara <ingirtere@gmail.com>2021-01-24 23:51:34 +1100
commit736f5822e0c99801f8910f7d0d1069f23ba3503e (patch)
treef4894e10a616541fcf81901d820943302de5eec0 /Peli-Kiera/templates
parent5c03c74159000caa2b9ade477c2a898276996086 (diff)
downloadpelican-themes-736f5822e0c99801f8910f7d0d1069f23ba3503e.tar.gz
updated repo
Diffstat (limited to 'Peli-Kiera/templates')
-rw-r--r--Peli-Kiera/templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Peli-Kiera/templates/base.html b/Peli-Kiera/templates/base.html
index ee680ab..7eb2213 100644
--- a/Peli-Kiera/templates/base.html
+++ b/Peli-Kiera/templates/base.html
@@ -74,7 +74,8 @@
<h6>
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 %}
+ &copy{% if COPYRIGHT %}{{ COPYRIGHT }} {% endif %}
+ {% if AUTHOR %} &nbsp;&#8209;&nbsp; {{ AUTHOR }} {% endif %}
</h6>
</footer>
</div>