Files
hermit-V2/layouts/partials/single-footer.html
GitHub Action ad69ca4910 Attempt 1 to solve #58
Signed-off-by: GitHub Action <action@github.com>
2024-04-02 07:38:48 +00:00

6 lines
349 B
HTML

<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a> &#183; {{ .Site.Params.footerCopyright | safeHTML }}
{{- with .OutputFormats.Get "RSS" }}
&#183; <a href="{{ "index.xml" | absLangURL }}" target="_blank" title="rss">{{- partial "svg.html" (dict "context" . "name" "rss") -}}</a>
{{- end -}}
</p>