From c1840dfd3694efa5378fd94d2020544aae3eaf2b Mon Sep 17 00:00:00 2001 From: poolitzer Date: Wed, 7 Jan 2026 12:57:02 +0100 Subject: [PATCH] Fix: Missing close statement + wild ) --- templates/macros/list_posts.html | 1 + templates/partials/cards_pages.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/macros/list_posts.html b/templates/macros/list_posts.html index ae7584a0..4e2eec91 100644 --- a/templates/macros/list_posts.html +++ b/templates/macros/list_posts.html @@ -126,6 +126,7 @@ alt="{{ post.extra.remote_image }}" src="{{ post.extra.remote_image }}"> {% endif %} + {% endif %} {% if post.draft %}
  • {{ macros_translate::translate(key="draft", default="DRAFT", language_strings=language_strings) }}
  • diff --git a/templates/partials/cards_pages.html b/templates/partials/cards_pages.html index 246a5e25..3f944108 100644 --- a/templates/partials/cards_pages.html +++ b/templates/partials/cards_pages.html @@ -41,7 +41,7 @@ {% set meta_dark = get_image_metadata(path=page.extra.remote_image_dark, allow_missing=true) %} {{ 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) %}