mirror of
https://github.com/welpo/tabi.git
synced 2026-01-10 23:37:47 +01:00
Fix: Missing close statement + wild )
This commit is contained in:
parent
ddb06f36de
commit
c1840dfd36
2 changed files with 2 additions and 1 deletions
|
|
@ -126,6 +126,7 @@
|
|||
alt="{{ post.extra.remote_image }}"
|
||||
src="{{ post.extra.remote_image }}">
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if post.draft %}
|
||||
<li class="draft-label">{{ macros_translate::translate(key="draft", default="DRAFT", language_strings=language_strings) }}</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue