This commit is contained in:
2026-06-12 23:22:44 +02:00
parent dcf9e833eb
commit 9b230a08a9
59 changed files with 1272 additions and 50 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" . }}