Add ... at end of short message
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9fb9b1f718
commit
d8cd0ec799
@ -18,7 +18,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% if d.short %}
|
{% if d.short %}
|
||||||
<p class="post-meta">
|
<p class="post-meta">
|
||||||
{{ d.short }}
|
{{ d.short }}...
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="post-meta">
|
<p class="post-meta">
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if d.short %}
|
{% if d.short %}
|
||||||
<p class="post-meta">
|
<p class="post-meta">
|
||||||
{{ d.short }}
|
{{ d.short }}...
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="post-meta">
|
<p class="post-meta">
|
||||||
|
Loading…
Reference in New Issue
Block a user