We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e7126 commit 3e760faCopy full SHA for 3e760fa
layouts/_partials/layouts/header/mobilemenu.html
@@ -1,6 +1,5 @@
1
{{/* Mobile menu overlay and panel - only visible on small screens */}}
2
<div
3
- x-data
4
x-show="$store.nav.mobileMenu.open"
5
x-transition:enter="transition-opacity ease-out duration-200"
6
x-transition:enter-start="opacity-0"
@@ -15,7 +14,6 @@
15
14
16
{{/* Mobile menu panel */}}
17
18
19
20
x-transition:enter="transition ease-out duration-200"
21
x-transition:enter-start="translate-x-full"
netlify.toml
@@ -3,7 +3,7 @@
command = "hugo --gc --minify"
[build.environment]
- HUGO_VERSION = "0.155.0"
+ HUGO_VERSION = "0.155.1"
7
8
[context.production.environment]
9
HUGO_ENV = "production"
0 commit comments