all repos — hugo-xmin @ 13901ba8b462d06e81d76f503c57be6ccde3ab80

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>