fix footer attribution
All checks were successful
Hugo / build (push) Successful in 19s

This commit is contained in:
brooke 2024-03-02 20:04:35 -05:00
parent 2edf501ff4
commit 600679557e

View file

@ -36,10 +36,12 @@
{{ partial "nav.html" . }}
{{ partial "social.html" . }}
<div class="footer-copyright">
&copy;
{{ now.Format "2006" }}
{{ .Site.Params.authorName | markdownify }}, all rights reserved
<br><p>Built by myco.systems</p>
<p>
&copy;
{{ now.Format "2006" }}
{{ .Site.Params.authorName | markdownify }}, all rights reserved
<br><a target="_blank" href="https://myco.systems">Built by myco.systems</a>
</p>
</div>
</div>
</div>