Init Hugo template

This commit is contained in:
Hoernschen 2024-05-24 22:01:53 +02:00
parent 0c5e1a6fa2
commit 6938e212ba
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
24 changed files with 283 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" . }}