Merge pull request #755 from ROCKTAKEY/custom-head

Add custom-head.html
This commit is contained in:
Henk Verlinde
2022-06-21 16:55:10 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
<!-- Custom head -->

View File

@ -7,4 +7,5 @@
{{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
{{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
{{ block "head/favicons" . }}{{ partial "head/favicons.html" . }}{{ end }}
</head>
{{ block "head/custom-head" . }}{{ partial "head/custom-head.html" . }}{{ end }}
</head>