diff options
author | aleylara <ingirtere@gmail.com> | 2021-01-24 23:51:34 +1100 |
---|---|---|
committer | aleylara <ingirtere@gmail.com> | 2021-01-24 23:51:34 +1100 |
commit | 736f5822e0c99801f8910f7d0d1069f23ba3503e (patch) | |
tree | f4894e10a616541fcf81901d820943302de5eec0 /Peli-Kiera/templates | |
parent | 5c03c74159000caa2b9ade477c2a898276996086 (diff) | |
download | pelican-themes-736f5822e0c99801f8910f7d0d1069f23ba3503e.tar.gz |
updated repo
Diffstat (limited to 'Peli-Kiera/templates')
-rw-r--r-- | Peli-Kiera/templates/base.html | 3 |
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> • Theme by <a href="https://github.com/aleylara/Peli-Kiera">Peli-Kiera</a> • Copyright - © {% if AUTHOR %} ‑ {{ AUTHOR }}{% endif %} + ©{% if COPYRIGHT %}{{ COPYRIGHT }} {% endif %} + {% if AUTHOR %} ‑ {{ AUTHOR }} {% endif %} </h6> </footer> </div> |