mirror of https://github.com/luizdepra/hugo-coder.git

Luiz de Prá
15.05.2018 a094f8fe7bfefbf150f20f068243d210de14d6c7
1
2
3
4
5
6
7
8
<footer class="footer">
  <section class="container">
    {{ with .Site.Params.footercontent }}
      <p>{{.}}</p>
    {{ end }}
    {{ 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>