aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-10 17:13:02 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-10 17:16:49 -0300
commit6e341272f5c3d92be25e1997a8deb44c3f5cd02a (patch)
treefa522ee77aa6c0841a5688ca4708cfa42edd2ada /layouts
parenta18a8cc797d6302856b5c24fd7a7577b0ebb7b03 (diff)
downloadhugo-bearcub-6e341272f5c3d92be25e1997a8deb44c3f5cd02a.tar.gz
hugo-bearcub-6e341272f5c3d92be25e1997a8deb44c3f5cd02a.tar.bz2
Better RSS
Diffstat (limited to 'layouts')
-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 8e2dd90..061a606 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -2,7 +2,7 @@
<a href="{{ absLangURL .URL }}">{{ .Name }}</a>
{{ end }}
<a href='mailto:{{ .Site.Params.email }}?subject={{ i18n "email-subject" }}"{{ default .Site.Title .Page.Title }}"'>Email</a>
-<a href="/index.xml">RSS</a>
+<a href="{{ .Site.Language.Params.params.blogPath }}/index.xml">RSS</a>
<!-- Convert this page's translations into a dict -->
{{ $translations := dict }}