add: possibility to inject custom code in head tag

This commit is contained in:
Michele 2022-06-25 13:40:01 +02:00
parent 1969ea2645
commit 7a47a80850
2 changed files with 3 additions and 0 deletions

View file

View file

@ -28,4 +28,7 @@
{{ printf `<link rel="stylesheet" href="%s">` $css.RelPermalink | safeHTML }}
<title>{{ .Title }}</title>
{{- partial "extend_head.html" . -}}
</head>