From b34e09f8fe1011963934dbf40dc92f0b258592ca Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Sat, 13 May 2023 22:39:58 -0400 Subject: more layout work --- layouts/partials/head.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 73308f4..dbc55b1 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,8 @@ {{ .Title }} + {{ with resources.Get "css/pico.min.css" }} + + {{ end }} {{ with resources.Get "css/main.css" }} {{ end }} -- cgit v1.1