add: fontawesome

fix: navbar (now sidebar)
This commit is contained in:
Tobias Reisinger 2020-01-24 01:42:38 +01:00
parent ac5354a601
commit 0bb3d93704
6 changed files with 59 additions and 88 deletions

4
js/core-functions.js Normal file
View file

@ -0,0 +1,4 @@
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});