zorbmail-web/themes/zmin-zm/layouts/partials/footer.html

10 lines
180 B
HTML
Raw Normal View History

2024-09-18 12:11:39 +03:00
<footer>
{{ partial "foot_custom.html" . }}
{{ with .Site.Params.footer }}
<hr/>
{{ replace . "{Year}" now.Year | markdownify}}
{{ end }}
</footer>
</body>
</html>