mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 16:23:39 +00:00
22 lines
453 B
HTML
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>
|