From 9a77a4f68fe159472de326d288361f3f2b90b7ae Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 12 Sep 2018 21:31:49 -0400 Subject: [PATCH] vertical sidenav --- _includes/head.html | 24 + _layouts/page.html | 57 +- assets/css/materialize.css | 8582 ----------------------- assets/css/materialize.min.css | 29 +- assets/css/style.scss | 9 + assets/js/init.js | 20 +- assets/js/materialize.js | 8031 --------------------- assets/js/materialize.min.js | 16 +- _widgets/battery.md => battery.md | 0 _widgets/brightness.md => brightness.md | 0 _widgets/email.md => email.md | 0 _widgets/spotify.md => spotify.md | 0 _widgets/volume.md => volume.md | 0 _widgets/weather.md => weather.md | 0 14 files changed, 89 insertions(+), 16679 deletions(-) create mode 100644 _includes/head.html delete mode 100644 assets/css/materialize.css delete mode 100644 assets/js/materialize.js rename _widgets/battery.md => battery.md (100%) rename _widgets/brightness.md => brightness.md (100%) rename _widgets/email.md => email.md (100%) rename _widgets/spotify.md => spotify.md (100%) rename _widgets/volume.md => volume.md (100%) rename _widgets/weather.md => weather.md (100%) diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..5a626df --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,24 @@ + + + + Widgets for Awesome WM + + + + + + + + + + + + + + + + diff --git a/_layouts/page.html b/_layouts/page.html index abc4bbb..5bc985c 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,29 +1,8 @@ +--- +--- - - - - Widgets for Awesome WM - - - - - - - - - - - - - - - - +{% include head.html %}