website/themes/zmin/layouts/partials/footer.html
2024-09-21 21:46:11 +03:00

10 lines
180 B
HTML

<footer>
{{ partial "foot_custom.html" . }}
{{ with .Site.Params.footer }}
<hr/>
{{ replace . "{Year}" now.Year | markdownify}}
{{ end }}
</footer>
</body>
</html>