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:
parent
820f6bc1f8
commit
777dafc118
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user