Bring updates from main

This commit is contained in:
Caio Lente 2023-10-16 22:44:59 -03:00
parent 8bafe5a7ae
commit 591f62e523
No known key found for this signature in database
GPG Key ID: E66D381776EFC03A
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<small>
{{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }}
{{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
</small>

View File

@ -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 }}