added before and after header injects

This commit is contained in:
Gabriele Musco 2021-01-03 21:09:16 +01:00
parent 5e416d847c
commit bc1a3aed0a
No known key found for this signature in database
GPG key ID: 8539FD3454380B83
4 changed files with 6 additions and 0 deletions

View file

@ -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>