From 1584e1ab4bca005a62774240e80106defab096c0 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 3 Sep 2023 22:03:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20close=20tags=20&=20set=20?= =?UTF-8?q?proper=20twitter:card=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/header.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index 94703be..eb2eddd 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -51,33 +51,33 @@ {%- endfor %} - + {%- if page.description %} - + {%- elif page.summary %} - + {%- else %} - + {%- endif %} {% if is_404 %} - + {% else %} - + {% endif %} - + {# Image for social media sharing #} {%- set social_media_card = macros_settings::evaluate_setting_priority(setting="social_media_card", page=page | default(value=""), default_global_value="") -%} {% if social_media_card %} - - + + {% endif %} {% set current_url = current_url | default(value="/") %}