aboutsummaryrefslogtreecommitdiff
path: root/layouts
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
parent8bafe5a7ae99729c8df7ed333212a74491e56814 (diff)
downloadhugo-bearcub-591f62e5233a9fe0e158ab8cbe72ab25815474a0.tar.gz
hugo-bearcub-591f62e5233a9fe0e158ab8cbe72ab25815474a0.tar.bz2
Bring updates from main
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/nav.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index dca6c23..9290715 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,3 @@
<small>
- {{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }}
+ {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
</small> \ No newline at end of file
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 }}