Welcome to mirror list, hosted at ThFree Co, Russian Federation.

footer.html « partials « layouts - github.com/st-wong/hugo-spectre-pixel-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b63eeffaeb44b620d13442059133e6cd9a894e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<footer class="container p-centered text-center my-gap">
  {{ if .Site.Social }}
    {{ partial "social.html" . }}
  {{ end }}

  <small class="text-gray">
  {{ with .Site.Params.copyright }}
    {{ . | markdownify }}
  {{ else }}
    © Copyright {{ now.Format "2006" }} {{ .Site.Params.name }}
  {{ end }}
  </small>
</footer>