diff options
author | Brandon <brandon@btkoch.xyz> | 2024-10-26 19:51:38 -0400 |
---|---|---|
committer | Brandon <brandon@btkoch.xyz> | 2024-10-26 19:51:38 -0400 |
commit | cd0279d2787bbf265e12e309b8a61489c727bb2a (patch) | |
tree | 929cb425266bb2224665c1c989bffebe2d172f4f /layouts/partials/head.html |
create repo
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..02c2240 --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,5 @@ +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width"> +<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> +{{ partialCached "head/css.html" . }} +{{ partialCached "head/js.html" . }} |