Initial commit

This commit is contained in:
Leon Mika 2025-02-19 22:21:38 +11:00
commit 93e0de7a04
22 changed files with 310 additions and 0 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" . }}