Initialized website

This commit is contained in:
Stanislas Jouffroy 2024-10-27 21:49:16 +01:00
commit 1fe718741b
26 changed files with 399 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" . }}