remove default theme

This commit is contained in:
Katherina Walshe-Grey 2024-06-30 11:16:20 +01:00
parent b0b64876ae
commit 48d3ea13e6
24 changed files with 231 additions and 15 deletions

View file

@ -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" . }}