all repos — hugo-xmin @ 2b5a86a26bdbf80d88e354263d0b1f9773b33c9c

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>