Remove RSS feed in footer
This commit is contained in:
parent
ac03834fbb
commit
44f6218b27
2 changed files with 2 additions and 8 deletions
|
@ -4,9 +4,6 @@
|
|||
· {{ .Site.Params.footerCopyright | safeHTML }}
|
||||
· Made with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>
|
||||
· Theme <a href="https://github.com/1bl4z3r/hermit-V2" target="_blank" rel="noopener">Hermit-V2</a>
|
||||
{{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}}
|
||||
· <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{ partial "svg.html" (dict "context" . "name" "rss") }}</a>
|
||||
{{/*{{ end }}*/}}
|
||||
</p>
|
||||
|
||||
</footer>
|
|
@ -1,6 +1,3 @@
|
|||
<p>
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a> · {{ .Site.Params.footerCopyright | safeHTML }}
|
||||
{{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}}
|
||||
· <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{ partial "svg.html" (dict "context" . "name" "rss") }}</a>
|
||||
{{/*{{ end }}*/}}
|
||||
</p>
|
Loading…
Reference in a new issue