Split logo into separate partial
This commit is contained in:
parent
8c43dc704e
commit
a03c5ca663
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<a class="logo" href="{{ "" | relLangURL }}">{{ .Site.Title }}</a>
|
{{ partial "header_logo.html" . }}
|
||||||
{{ partial "header_menu.html" . }}
|
{{ partial "header_menu.html" . }}
|
||||||
</header>
|
</header>
|
1
layouts/partials/header_logo.html
Normal file
1
layouts/partials/header_logo.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<a class="logo" href="{{ "" | relLangURL }}">{{ .Site.Title }}</a>
|
Loading…
Reference in a new issue