hugo-bearcub/layouts/partials/footer.html

6 lines
163 B
HTML
Raw Normal View History

2023-02-01 15:06:05 -03:00
{{ if ne .Site.Params.hideMadeWithLine true }}
<small>
{{ .Site.Copyright }} | <a href="{{ i18n "stone-link" }}">{{ i18n "stone" }}</a>
</small>
{{ end }}