diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-09 13:41:04 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-09 13:48:07 -0400 |
commit | 4e30ae95eaf52a7f427bdf020d118f40e00ab291 (patch) | |
tree | a270827b339c8c40274b41fabedcb0ec3b4afb3b /layouts/partials/head.html | |
parent | 93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 (diff) |
add some homemade svg, wpartials, and darkmode
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2106ef3..d7b2381 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <head> | 1 | <head> |
2 | <title>{{ .Title }}</title> | 2 | <title>{{ .Title }}</title> |
3 | <!-- {{ with resources.Get "css/pico.min.css" }} | 3 | {{ with resources.Get "css/pico.min.css" }} |
4 | <link rel="stylesheet" href="{{ .RelPermalink }}"> | 4 | <link rel="stylesheet" href="{{ .RelPermalink }}"> |
5 | {{ end }} --> | 5 | {{ end }} |
6 | {{ with resources.Get "css/main.css" }} | 6 | {{ with resources.Get "css/main.css" }} |
7 | <link rel="stylesheet" href="{{ .RelPermalink }}"> | 7 | <link rel="stylesheet" href="{{ .RelPermalink }}"> |
8 | {{ end }} | 8 | {{ end }} |