fixed new injects

This commit is contained in:
Gabriele Musco 2021-01-03 21:18:46 +01:00
parent bc1a3aed0a
commit daf478ce1a
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<header>
{{- partial "inject/header-before" -}}
{{- partial "inject/header-before" . -}}
<div id="titleContainer">
<img src='{{ .Site.Params.Logo | default "/img/icon.svg" }}' />
<div>
@ -28,5 +28,5 @@
{{- partial "nerdlink" . -}}
{{ end }}
</div>
{{- partial "inject/header-after" -}}
{{- partial "inject/header-after" . -}}
</header>