From f9f360f4570907256386b80699d831748c29f83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 1 Mar 2024 22:32:53 +0100 Subject: [PATCH] Reorder head elements in base.html --- src/_includes/layout/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/_includes/layout/base.html b/src/_includes/layout/base.html index 7d1a8dc..84b3e69 100644 --- a/src/_includes/layout/base.html +++ b/src/_includes/layout/base.html @@ -1,13 +1,15 @@ - - {% include "partial/preload.html" %} - - + {% include "partial/meta.html" %} + + + + {% include "partial/preload.html" %} +