diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-13 22:39:58 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-05-13 22:39:58 -0400 |
commit | b34e09f8fe1011963934dbf40dc92f0b258592ca (patch) | |
tree | c99974d127163b266f107d5c9c5e1f126a233087 /layouts/partials/head.html | |
parent | 24e058c3eb3a278023c4ecee7efa9a73774ded0b (diff) |
more layout work
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | <head> | 1 | <head> |
2 | <title>{{ .Title }}</title> | 2 | <title>{{ .Title }}</title> |
3 | {{ with resources.Get "css/pico.min.css" }} | ||
4 | <link rel="stylesheet" href="{{ .RelPermalink }}"> | ||
5 | {{ end }} | ||
3 | {{ with resources.Get "css/main.css" }} | 6 | {{ with resources.Get "css/main.css" }} |
4 | <link rel="stylesheet" href="{{ .RelPermalink }}"> | 7 | <link rel="stylesheet" href="{{ .RelPermalink }}"> |
5 | {{ end }} | 8 | {{ end }} |