feat: add head/custom and footer/custom for inserting custom code
This commit is contained in:
parent
3c803ebd5c
commit
a6870541dd
@ -7,5 +7,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ partial "footer/script.html" . }}
|
{{ partial "footer/script.html" . }}
|
||||||
{{ partial "footer/style.html" . }}
|
{{ partial "footer/style.html" . }}
|
||||||
|
{{ partial "footer/custom.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
0
layouts/partials/footer/custom.html
Normal file
0
layouts/partials/footer/custom.html
Normal file
@ -21,4 +21,6 @@
|
|||||||
{{- $favicon := $logo.Resize "32x" -}}
|
{{- $favicon := $logo.Resize "32x" -}}
|
||||||
<link rel="icon" type="image/png" href="{{ $favicon.RelPermalink }}" />
|
<link rel="icon" type="image/png" href="{{ $favicon.RelPermalink }}" />
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{ partial "head/custom.html" . }}
|
||||||
</head>
|
</head>
|
0
layouts/partials/head/custom.html
Normal file
0
layouts/partials/head/custom.html
Normal file
Loading…
Reference in New Issue
Block a user