mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 00:58:13 +00:00
Tweak theme
This commit is contained in:
21
themes/custom-theme/layouts/partials/head/head.html
Normal file
21
themes/custom-theme/layouts/partials/head/head.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<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>
|
Reference in New Issue
Block a user