From d47283c7bf22788fcf0b320ea40ae4822f4223cb Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Thu, 7 Oct 2021 15:20:52 +0200 Subject: [PATCH] Fixed load order on codeblocks css --- layouts/partials/head.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1c29df8..10dcfc9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -18,6 +18,10 @@ {{ end }} + {{ "" | safeHTML }} + {{ $style := resources.Get "css/syntax.css" | minify }} + + {{ "" | safeHTML }} {{ $styles := resources.Get "css/style.css" | minify }} @@ -26,10 +30,6 @@ {{ $custom := resources.Get "css/custom.css" | minify }} - {{ "" | safeHTML }} - {{ $style := resources.Get "css/syntax.css" | minify }} - - {{ "" | safeHTML }}