Merge pull request #755 from ROCKTAKEY/custom-head
Add custom-head.html
This commit is contained in:
1
layouts/partials/head/custom-head.html
Normal file
1
layouts/partials/head/custom-head.html
Normal file
@ -0,0 +1 @@
|
||||
<!-- Custom head -->
|
@ -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>
|
||||
|
Reference in New Issue
Block a user