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

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