mirror of https://github.com/onweru/compose.git

weru
29.25.2020 211b9ea9e0a7d79591a0ef8c6070409674506711
1
2
3
4
5
6
7
{{ if .Site.Params.enableCopyright | default true }}
<footer class="pt-2 pb-2">
  <div class="wrap">
    <p>&copy; {{ now.Year }} {{ .Site.Params.author }}</p>
  </div>
</footer>
{{ end }}