apotheke/layouts/partials/footer.html
2024-05-27 23:13:51 +02:00

8 lines
239 B
HTML

<footer class="footer">
<!-- Option for user to inject custom html -->
{{ if .Site.Params.CustomFooterHTML }}
{{ .Site.Params.CustomFooterHTML | safeHTML }}
{{ end }}
<span>&copy; {{ now.Year }} </span>
</footer>