hermit-V2/layouts/partials/footer.html

10 lines
446 B
HTML
Raw Normal View History

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
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a>
2023-07-05 04:49:04 -04:00
&#183; {{ .Site.Params.footerCopyright | safeHTML }}
&#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>
</p>
2023-12-02 23:26:41 -05:00
</footer>