fixed new injects (2)

This commit is contained in:
Gabriele Musco 2021-01-03 21:20:32 +01:00
parent daf478ce1a
commit d367638538
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.html" . -}}
<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.html" . -}}
</header>