all repos — archive/hugo-xmin @ 307a0a9153e55e86954f4e7b8726cc92c172e19e

Customised minimal hugo theme

layouts/partials/footer.html (view raw)

1
2
3
4
5
6
7
8
9
  <footer>
  {{ partial "foot_custom.html" . }}
  {{ with .Site.Params.footer }}
  <hr/>
  {{ . | markdownify }}
  {{ end }}
  </footer>
  </body>
</html>