2023-07-05 04:49:04 -04:00
|
|
|
<footer id="site-footer" class="section-inner thin animated fadeIn faster">
|
|
|
|
<p>
|
2023-11-05 08:40:22 -05:00
|
|
|
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a>
|
2023-07-05 04:49:04 -04:00
|
|
|
· {{ .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>
|