1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-13 16:45:14 +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>
{% endif %}
{% capture has_more %}{{ post.content | has_more }}{% endcapture %}
{% capture has_more %}{{ post.content | has_excerpt }}{% endcapture %}
{% if has_more == 'true' %}
{{ post.content | post.excerpt | excerpt | markdownify }}