diff options
author | EuAndreh <eu@euandre.org> | 2020-08-10 08:14:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-10 08:14:44 -0300 |
commit | dd8d5a5dbb765233eb493b746db5c8a6d0c23de9 (patch) | |
tree | 91fbddb5b59ea883def85663af326abee918bd02 /_layouts/post.html | |
parent | Add post on Guix in builds.sr.ht (diff) | |
download | euandre.org-dd8d5a5dbb765233eb493b746db5c8a6d0c23de9.tar.gz euandre.org-dd8d5a5dbb765233eb493b746db5c8a6d0c23de9.tar.xz |
CSS: Add clearer separation between end of post and post footer
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index e6d3a80..18debe5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,7 +13,7 @@ layout: default <section> {{ content }} </section> - <section> + <section class="post-footer"> <p> {% include public-inbox.html %} </p> |