zorbmail-web/themes/zmin-zm/layouts/partials/footer.html
2024-09-18 12:11:39 +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>