mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-20 14:09:31 +00:00
Move site specific layouts and JS to the site folders
This commit is contained in:
6
themes/lhs/assets/js/theme.js
Normal file
6
themes/lhs/assets/js/theme.js
Normal file
@@ -0,0 +1,6 @@
|
||||
$(document).ready(function () {
|
||||
$(".navbar-burger").click(function () {
|
||||
$(".navbar-burger").toggleClass("is-active");
|
||||
$(".navbar-menu").toggleClass("is-active");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user