Allow hiding desktop navigation
This commit is contained in:
parent
2e629efc7f
commit
b365a03e71
3 changed files with 13 additions and 6 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
{{ define "document-body" }}
|
||||
<div class="flex flex-column height-100">
|
||||
{{ if not .Page.HideDesktopNavigation }}
|
||||
<div class="header-container content-bounds">
|
||||
<div class="header flex padding-inline-widget widget-content-frame">
|
||||
<!-- TODO: Replace G with actual logo, first need an actual logo -->
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="mobile-navigation">
|
||||
<div class="mobile-navigation-icons">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue