mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat: add head/custom and footer/custom for inserting custom code
This commit is contained in:
parent
3c803ebd5c
commit
a6870541dd
4 changed files with 3 additions and 0 deletions
|
@ -7,5 +7,6 @@
|
|||
</div>
|
||||
{{ partial "footer/script.html" . }}
|
||||
{{ partial "footer/style.html" . }}
|
||||
{{ partial "footer/custom.html" . }}
|
||||
</body>
|
||||
</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" -}}
|
||||
<link rel="icon" type="image/png" href="{{ $favicon.RelPermalink }}" />
|
||||
{{- end -}}
|
||||
|
||||
{{ partial "head/custom.html" . }}
|
||||
</head>
|
0
layouts/partials/head/custom.html
Normal file
0
layouts/partials/head/custom.html
Normal file
Loading…
Reference in a new issue