Files
website/themes/hugo-coder/layouts/partials/footer.html
T

6 lines
384 B
HTML
Raw Normal View History

2018-05-13 22:04:36 +05:30
<footer class="footer">
<section class="container">
{{ if not .Site.Params.hideCopyright }} © {{ .Site.LastChange.Format "2006" }} {{ end }} {{ if not .Site.Params.hideCredits}} {{ if not .Site.Params.hideCopyright }} · {{ end }} Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>. {{ end }}
</section>
</footer>