Remove RSS feed in footer

This commit is contained in:
Andy Lu 2023-12-02 23:26:41 -05:00
parent ac03834fbb
commit 44f6218b27
2 changed files with 2 additions and 8 deletions

View file

@ -1,6 +1,3 @@
<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a> &#183; {{ .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>
</p>