From 3e215e18e29ec42761a9cd52c2f81612e3311acd Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 14 Jul 2023 21:20:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20use=20proper=20meta=20des?= =?UTF-8?q?criptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/header.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index 5aeb137..54d95f0 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -39,11 +39,14 @@ {%- if page.description %} - + + {%- elif page.summary %} - + + {%- else %} + {%- endif %} {% if is_404 %} @@ -63,7 +66,6 @@ {% set current_url = current_url | default(value="/") %} -