aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: f603e172a2458f6f8f0393a468a8515757954962 (plain)
1
2
3
4
5
6
7
8
9
  <footer>
  {{ partial "foot_custom.html" . }}
  {{ with .Site.Params.footer }}
  <hr/>
  {{ replace . "{Year}" now.Year | markdownify}}
  {{ end }}
  </footer>
  </body>
</html>