mirror of
https://github.com/welpo/tabi.git
synced 2026-01-09 14:57: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>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
{% set meta_dark = get_image_metadata(path=page.extra.remote_image_dark, allow_missing=true) %}
|
||||
<img class="card-image img-dark"
|
||||
alt="{{ page.extra.remote_image_dark }}"
|
||||
src="{{ page.extra.remote_image_dark) }}">
|
||||
src="{{ page.extra.remote_image_dark }}">
|
||||
{% endif %}
|
||||
{% set meta = get_image_metadata(path=page.extra.remote_image_dark, allow_missing=true) %}
|
||||
<img class="{{ card_image_class }}{% if page.extra.local_image_dark %} img-light{% endif %}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue