phiax-hugo-theme/layouts/_partials/head.html
Frank "PHiAX" Weggelaar e077ead902 Font inclusion
2026-03-13 12:57:36 +01:00

6 lines
316 B
HTML

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
{{ partialCached "head/fonts.html" . }}