hugo-example/themes/example-theme/layouts/partials/head.html

6 lines
257 B
HTML
Raw Permalink Normal View History

2024-08-26 14:50:16 +00:00
<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" . }}