all repos — archive/hugo-xmin @ d023e3b56011d349703373540dff5cf7e50beb85

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>