summaryrefslogtreecommitdiff
path: root/themes/hugo-xmin/layouts/partials/footer.html
blob: e8560f22307f3c3fc863d10f4bfccc48726d3a3a (plain)
1
2
3
4
5
6
7
8
  <footer>
  {{ with .Site.Params.footer }}
  <hr/>
  {{ replace . "{Year}" now.Year | markdownify}}
  {{ end }}
  </footer>
  </body>
</html>