mirror of
https://github.com/welpo/tabi.git
synced 2026-02-15 23:57:19 +01:00
cooler ellipses
This commit is contained in:
parent
acb5c0f330
commit
876c3f64a9
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@
|
||||||
<p>{{ post.description | markdown(inline=true) | safe }}</p>
|
<p>{{ post.description | markdown(inline=true) | safe }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.summary %}
|
{% if post.summary %}
|
||||||
<p>{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}...</p>
|
<p>{{ post.summary | striptags | trim_end_matches(pat=".") | safe }}…</p>
|
||||||
{% elif config.extra.auto_generate_post_summary %}
|
{% elif config.extra.auto_generate_post_summary %}
|
||||||
<p>{{ post.content | striptags | truncate(length=config.extra.auto_generated_summary_length) | safe }}</p>
|
<p>{{ post.content | striptags | truncate(length=config.extra.auto_generated_summary_length) | safe }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue