diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index 6948a445..d507007d 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -1,15 +1,19 @@ -
-

- +

- - {% if show_date %} -

Posted on {{ post.date|date('jS F Y') }}

- {% endif %} -
- -
-

{{ post.excerpt }}

+
diff --git a/source/articles/archive.html.twig b/source/articles/archive.html.twig index 2c41b2be..411922c0 100644 --- a/source/articles/archive.html.twig +++ b/source/articles/archive.html.twig @@ -13,9 +13,7 @@ use: [posts]
{% for post in data.posts %}
- {% include 'blog/post-summary' with { - show_date: true, - } %} + {% include 'blog/post-summary' %}
{% endfor %}