diff options
author | ben <ben@nagy.contact> | 2025-06-28 11:20:24 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-06-28 11:20:24 -0700 |
commit | a1ebb1c85ae6d749170ce4e9b18f0bdec92d27e8 (patch) | |
tree | 9983326f35a9186d82866a16ed230a5ccfbbfa11 /layouts/_partials/head.html | |
parent | 648de6962e963cd4147fa849f38d023c16a1ff49 (diff) |
bare
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" . }} |