Attempt 1 to solve #58

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-04-02 07:38:48 +00:00
parent 5ebeb52132
commit ad69ca4910
3 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ git submodule update --remote
Below page has an extensive list of user submitted sites/pages using hermit-V2. Below page has an extensive list of user submitted sites/pages using hermit-V2.
Page in question: [Sites-using-hermitV2](https://github.com/1bl4z3r/hermit-V2/wiki/Sites-using-hermitV2) Page in question: [Sites-using-hermitV2](https://github.com/1bl4z3r/hermit-V2/wiki)
## First Use Knowledge ## First Use Knowledge

View File

@ -4,9 +4,9 @@
&#183; {{ .Site.Params.footerCopyright | safeHTML }} &#183; {{ .Site.Params.footerCopyright | safeHTML }}
&#183; Made with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> &#183; Made with <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>
&#183; Theme <a href="https://github.com/1bl4z3r/hermit-V2" target="_blank" rel="noopener">Hermit-V2</a> &#183; Theme <a href="https://github.com/1bl4z3r/hermit-V2" target="_blank" rel="noopener">Hermit-V2</a>
{{/*{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }}*/}} {{- with .OutputFormats.Get "RSS" }}
&#183; <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{ partial "svg.html" (dict "context" . "name" "rss") }}</a> &#183; <a href="{{ "posts/index.xml" | absLangURL }}" target="_blank" title="rss">{{- partial "svg.html" (dict "context" . "name" "rss") -}}</a>
{{/*{{ end }}*/}} {{- end -}}
</p> </p>
</footer> </footer>

View File

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