Files
site/themes/github.com/davegallant/hugo-theme-gruvbox/layouts/partials/head/head.html
2024-01-07 08:49:07 -05:00

22 lines
453 B
HTML

<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
{{ partial "head/resource-hints.html" . }}
{{ partial "head/seo.html" . }}
<!-- Extensibility -->
{{ partial "head/head_start.html" . }}
{{ partial "head/stylesheets.html" . }}
{{ partial "head/dark-mode.html" . }}
{{ partial "head/favicons.html" . }}
<!-- Extensibility -->
{{ partial "head/head_end.html" . }}
</head>