aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-10 08:14:44 -0300
committerEuAndreh <eu@euandre.org>2020-08-10 08:14:44 -0300
commitdd8d5a5dbb765233eb493b746db5c8a6d0c23de9 (patch)
tree91fbddb5b59ea883def85663af326abee918bd02 /_layouts/post.html
parentAdd post on Guix in builds.sr.ht (diff)
downloadeuandre.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.html2
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>