zmin/layouts/partials/footer.html

10 lines
180 B
HTML
Raw Normal View History

<footer>
{{ partial "foot_custom.html" . }}
{{ with .Site.Params.footer }}
<hr/>
2021-12-31 05:10:33 +02:00
{{ replace . "{Year}" now.Year | markdownify}}
{{ end }}
</footer>
</body>
</html>