Theme Files Update

This commit is contained in:
GitHub Action 2023-10-24 05:40:35 +00:00
parent a89ac8dbd3
commit 76c7e697d2
3 changed files with 13 additions and 9 deletions

View file

@ -0,0 +1,6 @@
<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }}
{{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}}
&#183; <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{ partial "svg.html" (dict "context" . "name" "rss") }}</a>
{{/*{{ end }}*/}}
</p>