adityakumar.xyz/layouts/partials/footer/text.html

12 lines
300 B
HTML
Raw Normal View History

2023-06-11 10:24:55 +00:00
<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>