feat: add head/custom and footer/custom for inserting custom code

This commit is contained in:
Jimmy Cai
2020-08-24 20:48:31 +02:00
parent 3c803ebd5c
commit a6870541dd
4 changed files with 3 additions and 0 deletions
+2
View File
@@ -21,4 +21,6 @@
{{- $favicon := $logo.Resize "32x" -}}
<link rel="icon" type="image/png" href="{{ $favicon.RelPermalink }}" />
{{- end -}}
{{ partial "head/custom.html" . }}
</head>