mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-30 03:19:49 -08:00
9 lines
421 B
HTML
9 lines
421 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>
|
|
{{ template "_internal/google_analytics_async.html" . }}
|
|
</footer> |