added before and after header injects
This commit is contained in:
parent
5e416d847c
commit
bc1a3aed0a
4 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<header>
|
||||
{{- partial "inject/header-before" -}}
|
||||
<div id="titleContainer">
|
||||
<img src='{{ .Site.Params.Logo | default "/img/icon.svg" }}' />
|
||||
<div>
|
||||
|
|
@ -27,4 +28,5 @@
|
|||
{{- partial "nerdlink" . -}}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{- partial "inject/header-after" -}}
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue