1
0

footer.html 459 B

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