6 lines
349 B
HTML
6 lines
349 B
HTML
<p>
|
|
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a> · {{ .Site.Params.footerCopyright | safeHTML }}
|
|
{{- with .OutputFormats.Get "RSS" }}
|
|
· <a href="{{ "index.xml" | absLangURL }}" target="_blank" title="rss">{{- partial "svg.html" (dict "context" . "name" "rss") -}}</a>
|
|
{{- end -}}
|
|
</p> |