website/themes/hugo-coder/layouts/partials/footer.html
Abijeet ea406f0d5b Updated the copyright information.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
2018-05-13 22:33:38 +05:30

6 lines
352 B
HTML

<footer class="footer">
<section class="container">
{{ 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 }}
</section>
</footer>