Add ... at end of short message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Silver Ghost 2022-11-30 09:37:03 +03:00
parent 9fb9b1f718
commit d8cd0ec799
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">