diff options
author | Julien Dessaux | 2021-09-12 12:11:13 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-09-12 12:11:13 +0200 |
commit | 2a4a3b2be98fb380c366bd956428cbfed9454bcf (patch) | |
tree | 40208fd065c4c657a53f69876423781e639fd53e /layouts/partials/footer.html | |
parent | typo (diff) | |
download | www-2a4a3b2be98fb380c366bd956428cbfed9454bcf.tar.gz www-2a4a3b2be98fb380c366bd956428cbfed9454bcf.tar.bz2 www-2a4a3b2be98fb380c366bd956428cbfed9454bcf.zip |
Moved RSS feeds to the footer
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index be01f64..eba254d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ <footer> <p> - © 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a> + © 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a> | <a href="/blog/index.xml">RSS</a> </p> </footer> |