diff --git a/source/blog.html b/source/blog.html index aa8355e5..06a3d22f 100644 --- a/source/blog.html +++ b/source/blog.html @@ -19,8 +19,9 @@ use: {% if post.blocks.excerpt %} {{ post.blocks.excerpt|raw }} {% else %} - {{ post.blocks.content|raw|split(' ')|slice(0,50)|join(' ')|raw }} … +
{{ post.blocks.content|raw|split(' ')|slice(0,50)|join(' ')|raw }} …
{% endif %} + Read more → {% endfor %}