mirror of
https://gitlab.wasp.best/sel/web.git
synced 2026-09-13 11:00:17 +02:00
6 lines
258 B
HTML
6 lines
258 B
HTML
<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" . }}
|