Rename theme path

This commit is contained in:
Dave Gallant
2024-01-07 10:19:25 -05:00
parent b9926ba634
commit 51bd556992
122 changed files with 1 additions and 2 deletions

View 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>