diff --git a/source/_partials/blog/post-summary.html.twig b/source/_partials/blog/post-summary.html.twig index c706537c..512f6769 100644 --- a/source/_partials/blog/post-summary.html.twig +++ b/source/_partials/blog/post-summary.html.twig @@ -15,11 +15,13 @@

{{ post.excerpt }}

-
- - Read more - about '{{ post.title }}' - → - -
+ {% if not post.type == 'tweet' %} +
+ + Read more + about '{{ post.title }}' + → + +
+ {% endif %}