all repos — homestead @ 9e83e3da5af480f5ce1492f820ad035c7a5ea9b4

Code for my website

themes/xmin/layouts/partials/footer.html (view raw)

1
2
3
4
5
6
7
8
9
  <footer>
  {{ partial "foot_custom.html" . }}
  {{ with .Site.Params.footer }}
  <hr/>
  {{ . | markdownify }}
  {{ end }}
  </footer>
  </body>
</html>