aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/nav.html
diff options
context:
space:
mode:
authorCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 22:44:59 -0300
committerCaio Lente <7017340+clente@users.noreply.github.com>2023-10-16 22:44:59 -0300
commit591f62e5233a9fe0e158ab8cbe72ab25815474a0 (patch)
tree2434f49be47bc0558044aa4bfb12cfa831c92760 /layouts/partials/nav.html
parent8bafe5a7ae99729c8df7ed333212a74491e56814 (diff)
downloadhugo-bearcub-591f62e5233a9fe0e158ab8cbe72ab25815474a0.tar.gz
hugo-bearcub-591f62e5233a9fe0e158ab8cbe72ab25815474a0.tar.bz2
Bring updates from main
Diffstat (limited to 'layouts/partials/nav.html')
-rw-r--r--layouts/partials/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 3f1a416..5ee4552 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -4,7 +4,7 @@
{{ with .Site.Social.email }}
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a>
{{ end }}
-<a href="{{ .Site.Language.Params.params.blogPath }}/index.xml">RSS</a>
+<a href="{{ relLangURL .Site.Params.blogPath }}/index.xml">RSS</a>
<!-- Convert this page's translations into a dict -->
{{ $translations := dict }}