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/footer.html | 4 +++- layouts/partials/head.html | 3 +++ layouts/partials/header.html | 22 ++++++++++++++++------ 3 files changed, 22 insertions(+), 7 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e72253b..eb1e7e7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,5 @@ \ No newline at end of file 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 }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d0930a3..4a9ae70 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,8 +1,18 @@
-

{{ .Title | default .Site.Title }}

- +
+ +
\ No newline at end of file -- cgit v1.1