fixed new injects
This commit is contained in:
parent
bc1a3aed0a
commit
daf478ce1a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue