diff options
-rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 796859b..cc44278 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,10 +1,7 @@ <footer class="bg-black w-100 pa3 near-white"> <div class="mw7 center"> {{ if in .Site.Params.mainSections .Section }} - <a - href="{{ .RelPermalink }}index.xml" - class="link color-inherit db tc mv2" - > + <a href="/{{ .Section }}/index.xml" class="link color-inherit db tc mv2"> Follow {{ .Section }} updates via RSS feed <i class="fa-solid fa-rss"></i> </a> |