website/themes/fzmin2/layouts/partials/footer.html

10 lines
180 B
HTML
Raw Normal View History

2025-01-16 11:26:30 +02:00
<footer>
{{ partial "foot_custom.html" . }}
{{ with .Site.Params.footer }}
<hr/>
{{ replace . "{Year}" now.Year | markdownify}}
{{ end }}
</footer>
</body>
</html>