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