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