all repos — hugo-xmin @ 798672d0cebe203e76a1ee1f31836f1ed36cb628

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.copyright }}
  <hr/>
  {{ . | markdownify }}
  {{ end }}
  </footer>
  </body>
</html>