Updated the copyright information.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
2018-05-13 22:33:38 +05:30
parent dfb04085fb
commit ea406f0d5b
6 changed files with 12 additions and 12 deletions
@@ -1,5 +1,5 @@
<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 }}
{{ 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>