fixed new injects (2)
This commit is contained in:
parent
daf478ce1a
commit
d367638538
|
@ -1,5 +1,5 @@
|
||||||
<header>
|
<header>
|
||||||
{{- partial "inject/header-before" . -}}
|
{{- partial "inject/header-before.html" . -}}
|
||||||
<div id="titleContainer">
|
<div id="titleContainer">
|
||||||
<img src='{{ .Site.Params.Logo | default "/img/icon.svg" }}' />
|
<img src='{{ .Site.Params.Logo | default "/img/icon.svg" }}' />
|
||||||
<div>
|
<div>
|
||||||
|
@ -28,5 +28,5 @@
|
||||||
{{- partial "nerdlink" . -}}
|
{{- partial "nerdlink" . -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{- partial "inject/header-after" . -}}
|
{{- partial "inject/header-after.html" . -}}
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue