From 1221eeeb41c17556784c27d98d18a0d75cdbfc52 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 23 Nov 2023 00:58:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(header):=20add=20quotes=20to?= =?UTF-8?q?=20custom=20subset=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/partials/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/partials/header.html b/templates/partials/header.html index b0d4dc562..cb90ef9e4 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -20,11 +20,11 @@ {# CSS #} {# Load subset of glyphs for header. Avoids flashing issue in Firefox #} {% if config.extra.custom_subset and config.extra.custom_subset == true %} - + {% elif lang == 'en' %} - + {% elif lang == 'es' %} - + {% endif %} {# Define array of CSS files to load. main.css is always loaded. #}