This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/themes/geeklab/layouts/partials/article_footer.html

6 lines
106 B
HTML
Raw Normal View History

2019-02-13 10:25:03 +01:00
{{ with .Site.Params.footer }}
<footer class="post-footer">
{{ . | markdownify }}
</footer>
{{ end }}