From 456d9f9e217c61ac6bb239ee9f922d08ee8d7830 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 11 Jul 2022 16:07:55 -0700 Subject: [PATCH] Close nav on page open. This is to work with the back button behavior on mobile. --- layouts/_default/baseof.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a534cba..2abccc1 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,5 +19,16 @@ {{ partialCached "footer.html" . }} {{ partialCached "js-global.html" . }} + +