diff options
author | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-12-28 09:34:59 -0500 |
---|---|---|
committer | Bryan Brattlof <hello@bryanbrattlof.com> | 2020-12-28 11:06:57 -0500 |
commit | 6c42f9cd7872641401b3e173a984c3d22433799a (patch) | |
tree | 5efc234e5e3d24d51b4933adb3b59eb1dd21d008 | |
parent | 47934be86a0c227ddc1015b146e85f273e9d4d90 (diff) | |
download | bryanbrattlof.com-6c42f9cd7872641401b3e173a984c3d22433799a.tar.gz bryanbrattlof.com-6c42f9cd7872641401b3e173a984c3d22433799a.tar.bz2 |
update URL for pelican
getpelican.com -> blog.getpelican.com
-rw-r--r-- | templates/sections/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sections/footer.html b/templates/sections/footer.html index bfdf9fc..a18e8ee 100644 --- a/templates/sections/footer.html +++ b/templates/sections/footer.html @@ -18,12 +18,12 @@ {%- if LICENSE -%} <p> My work is powered by - <a href="https://getpelican.com">Pelican</a>, and licensed under a + <a href="https://blog.getpelican.com/">Pelican</a>, and licensed under a <a href="{{ LICENSE[1] }}" rel="license">{{ LICENSE[0] }}</a> </p> {%- else -%} <p> - Powered by <a href="https://getpelican.com">Pelican</a> + Powered by <a href="https://blog.getpelican.com/">Pelican</a> </p> {%- endif -%} </footer> |