1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-10 21:16:32 +01:00

fix more tag truncation

This commit is contained in:
Matthias Kretschmann 2015-09-13 22:19:08 +02:00
parent 820f6bc1f8
commit 777dafc118

View File

@ -61,7 +61,7 @@
</a> </a>
{% endif %} {% endif %}
{% capture has_more %}{{ post.content | has_more }}{% endcapture %} {% capture has_more %}{{ post.content | has_excerpt }}{% endcapture %}
{% if has_more == 'true' %} {% if has_more == 'true' %}
{{ post.content | post.excerpt | excerpt | markdownify }} {{ post.content | post.excerpt | excerpt | markdownify }}