Files
hugo-theme-minos-custom/layouts/partials/footer.html
2017-02-19 10:49:41 +01:00

9 lines
421 B
HTML

<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
&copy; {{ .Now.Format "2006"}} {{ or .Site.Author .Site.Title }}&nbsp;
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>