Merge pull request #4 from huantianad/language-params-fix

fix: change use of .Site.Language.Params.params -> .Site.Params
This commit is contained in:
Caio Lente 2023-09-29 19:53:35 -03:00 committed by GitHub
commit 64583d8a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,3 @@
<small> {{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }} </small>
<small>
{{ .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="{{ .Site.Params.blogPath }}/index.xml">RSS</a>
<!-- Convert this page's translations into a dict -->
{{ $translations := dict }}