Skip to content

Commit

Permalink
Move mobile out of header dom.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Feb 25, 2024
1 parent 608bf25 commit 18e40b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ <h1 class="header__site-name{{ if not ($.Param "sitename" | default true) }} vis
{{ if site.IsMultiLingual }}{{ partial "language-selector.html" . }}{{ end -}}
{{ if $.Param "menuinheader" }}{{ partial "menu.html" . }}{{ end -}}
</div>
{{ if $.Param "mobilemenu" }}{{ partial "mobilemenu.html" . }}{{ end -}}
</header>

{{ if not ($.Param "menuinheader") }}{{ partial "menu.html" . }}{{ end -}}
{{ if $.Param "mobilemenu" }}{{ partial "mobilemenu.html" . }}{{ end -}}

{{ block "main" . }}{{ end }}

Expand Down

0 comments on commit 18e40b4

Please sign in to comment.