diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index ce8fc4d8..7797fa37 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -1,6 +1,6 @@ -
-
-

+
+
+

{% if show_date %} - {% include 'posts/post-date' with { class: 'text-sm block mb-1' } %} + {% include 'posts/post-date' with { class: 'mt-1 text-sm block' } %} {% endif %}

-
+

{{ post.excerpt }}

{% if not post.type == 'tweet' %} -