theme-blog-ewen/layouts/partials/footer.html

7 lines
180 B
HTML
Raw Normal View History

2022-03-31 04:22:55 +00:00
<footer>
<div class="container">
<div class="col-12 border-top py-4 text-center">
{{ .Site.Params.copyright | markdownify }}
</div>
</div>
</footer>