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>
|
||||
{% if d.short %}
|
||||
<p class="post-meta">
|
||||
{{ d.short }}
|
||||
{{ d.short }}...
|
||||
</p>
|
||||
{% endif %}
|
||||
<p class="post-meta">
|
||||
|
@ -24,7 +24,7 @@
|
||||
{% endif %}
|
||||
{% if d.short %}
|
||||
<p class="post-meta">
|
||||
{{ d.short }}
|
||||
{{ d.short }}...
|
||||
</p>
|
||||
{% endif %}
|
||||
<p class="post-meta">
|
||||
|
Loading…
Reference in New Issue
Block a user