Site update

This commit is contained in:
CronyAkatsuki 2024-01-28 18:16:34 +01:00
parent 8404a7f3c7
commit da4a95ef3b
27 changed files with 137 additions and 27 deletions

View file

@ -3,4 +3,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/css/style.css" rel="stylesheet" />
<title>{{ .Title }}</title>
<title>
{{ if .IsHome }}
{{ .Title }}
{{ else }}
{{ .Title }} - Crony Akatsuki
{{ end }}
</title>