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 | |
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')
-rw-r--r-- | layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | layouts/partials/nav.html | 1 |
2 files changed, 1 insertions, 2 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> diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 97f494e..f18fcd3 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -2,7 +2,6 @@ <nav> <ul> <li class="nav-menu-title"><a href="/">{{ .Site.Title }}</a></li> - <li><a href="/blog/index.xml">RSS</a></li> <li><a href="/tags/">Tags</a></li> {{- $p := . -}} {{- range .Site.Menus.main.ByWeight -}} |