about summary refs log tree commit diff stats
path: root/layouts/partials/footer.html
blob: a1993aa85b9c603e3c33b9520a6d387d07183702 (plain)
1
2
3
4
5
6
7
8
9
  <footer>
  {{ partial "foot_custom.html" . }}
  {{ with .Site.Params.copyright }}
  <hr/>
  {{ . | markdownify }}
  {{ end }}
  </footer>
  </body>
</html>