privacynerd.de/themes/relegando/layouts/partials/head.html
BlueFox 715dd163e9
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Unpacked upcoming.zip to git repo root and removed the temporary 'coming-soon' site
2024-09-23 20:44:28 +02:00

6 lines
257 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" . }}