diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e68d43a..d291ddf 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,14 @@ <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" + > + Follow {{ .Section }} updates via RSS feed + <i class="fa-solid fa-rss"></i> + </a> + {{ end }} {{ with .Site.GetPage "footer.md" }} {{ .Content }} {{ end }} |