added a theme

This commit is contained in:
2026-02-12 14:18:30 -05:00
parent f847de7490
commit e47afe1394
10 changed files with 49 additions and 2 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" . }}