mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-30 11:19:51 -08:00
8 lines
360 B
HTML
8 lines
360 B
HTML
<footer id="footer">
|
|
<div class="outer">
|
|
<div id="footer-info" class="inner">
|
|
© {{ .Now.Format "2006"}} {{ or .Site.Author .Site.Title }}
|
|
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
|
|
</div>
|
|
</div>
|
|
</footer> |