Move site specific layouts and JS to the site folders

This commit is contained in:
2023-11-11 10:24:18 +00:00
parent b13744dfa6
commit 4120d940fb
11 changed files with 54 additions and 47 deletions

View File

@@ -0,0 +1,6 @@
$(document).ready(function () {
$(".navbar-burger").click(function () {
$(".navbar-burger").toggleClass("is-active");
$(".navbar-menu").toggleClass("is-active");
});
});