apotheke/layouts/partials/footer.html

9 lines
239 B
HTML
Raw Normal View History

2024-05-27 21:13:51 +00:00
<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>