This repository has been archived on 2021-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
theme-geeklab/layouts/partials/article_footer.html
Robert Kaussow 5369abb2e8
All checks were successful
continuous-integration/drone/push Build is passing
add article footer; rename old footer to meta
2019-02-12 16:30:04 +01:00

6 lines
106 B
HTML

{{ with .Site.Params.footer }}
<footer class="post-footer">
{{ . | markdownify }}
</footer>
{{ end }}