From 93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 3 Oct 2023 23:44:31 -0400 Subject: add changelog, assets, new partial --- layouts/partials/head.html | 4 ++-- layouts/partials/scripts.html | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 layouts/partials/scripts.html (limited to 'layouts/partials') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d7b2381..2106ef3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,8 +1,8 @@ {{ .Title }} - {{ with resources.Get "css/pico.min.css" }} + {{ with resources.Get "css/main.css" }} {{ end }} diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html new file mode 100644 index 0000000..152c32b --- /dev/null +++ b/layouts/partials/scripts.html @@ -0,0 +1,4 @@ +{{ $scripts := resources.Match "js/*.js" }} +{{ range $script := $scripts }} + +{{ end }} \ No newline at end of file -- cgit v1.1