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

weru
11.20.2020 f43a75bb9a2641ff9a8bce1fbd09ca464aef463d
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 }}