diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | layouts/partials/nav.html | 2 |
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 }} |