aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-03 23:44:31 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-03 23:44:31 -0400
commit93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 (patch)
tree1d5ccef993cfa21b1aaf0f4c28dd9994e111cbc3 /layouts/partials/head.html
parent81200fa6a598557f36593c950d7a63c52aa0b22f (diff)
add changelog, assets, new partial
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html4
1 files changed, 2 insertions, 2 deletions
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 @@
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 }}