add post footer

This commit is contained in:
Simon Vieille 2022-09-11 19:09:58 +02:00
parent f3c75ec13f
commit 18c7fbe191
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 3 deletions

View file

@ -509,7 +509,7 @@ pre[class*="language-"] {
margin-right: 10px;
}
& .review-content p {
& &--post review-content p {
margin-top: 0;
}
@ -523,7 +523,6 @@ pre[class*="language-"] {
padding: 0 0 25px 0;
}
a svg {
display: inline-block;
height: 21px;

View file

@ -107,7 +107,7 @@
{% set description = setting('post_author_description') %}
{%- if description -%}
<div class="body">
<div class="body body--posts">
<div class="review review--post">
<ul class="list--unstyled grid">
{%- set avatar = setting('avatar_image') -%}