2018-03-01 01:38:59 +00:00
|
|
|
<footer class="footer">
|
|
|
|
<section class="container">
|
2018-07-05 13:06:04 +00:00
|
|
|
{{ with .Site.Params.footercontent }}
|
|
|
|
<p>{{.}}</p>
|
|
|
|
{{ end }}
|
2018-05-10 00:06:16 +00:00
|
|
|
{{ 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 }}
|
2018-03-01 01:38:59 +00:00
|
|
|
</section>
|
|
|
|
</footer>
|