From 130aa51144f6c8bf84b06e4d6cb9daf75dacc4a2 Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 21 Nov 2023 23:41:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(header):=20cachebust=20custom?= =?UTF-8?q?=20font=20subset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's likely to change on different builds. --- 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 1c7d0ee..5699c17 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. #}