From 7b9cb6bf739b5a2d5711cb9824fbe344ae32d860 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 18 Aug 2022 20:18:43 -0700 Subject: [PATCH] Slightly tweak how site CSS files are imported in --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 686d544..96d4bff 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,9 +15,9 @@ {{ end }} - + {{ if or (eq .Kind "list") (eq .Kind "term") }} - + {{ end }} {{ if and .IsPage (.Page.Scratch.Get "includes_railroad_diagram") }}