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

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