adityakumar.xyz/layouts/partials/footer/text.html
2023-06-11 15:54:55 +05:30

11 lines
300 B
HTML

<div class="section" id="footer">
<div class="container has-text-centered">
{{ with .Site.Params.footerText }}
{{ . | markdownify }}
{{ else }}
<span class="footer-text">
{{ i18n "footer_text" . | markdownify }}
</span>
{{ end }}
</div>
</div>