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

6 lines
352 B
HTML
Raw Normal View History

2018-05-13 22:04:36 +05:30
<footer class="footer">
<section class="container">
2018-05-13 22:33:38 +05:30
{{ if not .Site.Params.hideCopyright }} © 2018 {{ 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 }}
2018-05-13 22:04:36 +05:30
</section>
</footer>