menu.html → header_menu.html

This commit is contained in:
vimux 2020-02-05 11:34:22 -05:00
parent 2b0f9a8e76
commit 8c43dc704e
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<header class="header"> <header class="header">
<a class="logo" href="{{ "" | relLangURL }}">{{ .Site.Title }}</a> <a class="logo" href="{{ "" | relLangURL }}">{{ .Site.Title }}</a>
{{ partial "menu.html" . }} {{ partial "header_menu.html" . }}
</header> </header>