aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-footer.html
blob: bda969c7aeac5ba84f4a1caddb94628c65a96d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ $author := index .Site.Data ((or .Params.author .Site.Author.default.footer) | default "default") }}

<footer>
  {{- with .Site.Author.footer -}}
    {{ if $.IsHome -}}
      {{ . | markdownify }}
    {{- else -}}
      {{ $author.title }}
    {{- end -}}
  {{- end }}
  | Copyright &copy; {{ now.Format "2006"}}
</footer>