Bring updates from main
This commit is contained in:
parent
8bafe5a7ae
commit
591f62e523
@ -1,3 +1,3 @@
|
|||||||
<small>
|
<small>
|
||||||
{{ .Site.Copyright }} | {{ markdownify .Site.Language.Params.params.madeWith }}
|
{{ .Site.Copyright }} | {{ markdownify .Site.Params.madeWith }}
|
||||||
</small>
|
</small>
|
@ -4,7 +4,7 @@
|
|||||||
{{ with .Site.Social.email }}
|
{{ with .Site.Social.email }}
|
||||||
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a>
|
<a href='mailto:{{ . }}?subject={{ i18n "email-subject" }}"{{ default $.Site.Title $.Page.Title }}"'>Email</a>
|
||||||
{{ end }}
|
{{ 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 -->
|
<!-- Convert this page's translations into a dict -->
|
||||||
{{ $translations := dict }}
|
{{ $translations := dict }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user