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

footer.html « partials « layouts - github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2d0326adb05814f1b4f6139942bb8d3b66e466d (plain)
1
2
3
4
5
6
7
<div class="footer">
  {{ if isset .Site.Params "FooterMsg" }}
  <p>{{ .Site.Params.FooterMsg | safeHTML }}</p>
  {{else}}
  <p>Powered by <a href="http://gohugo.io">Hugo</a>. This theme—Slim—is open sourced on <a href="https://github.com/zhe/hugo-theme-slim">Github</a>.</p>
  {{end}}
</div>