From 9b6e2d3940bc60aab462925e84bb0ca2f67147b1 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Tue, 18 Sep 2018 15:20:12 +1000 Subject: [PATCH] experiments collasible menu --- layouts/partials/sidebar.html | 12 +++-- static-src/scss/hyde-hyde/_responsive.scss | 61 +++++++++++++++++++++- static/img/menu-close.svg | 12 +++++ static/img/menu-open.svg | 12 +++++ 4 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 static/img/menu-close.svg create mode 100644 static/img/menu-open.svg diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 582f544..a5e5414 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -16,10 +16,14 @@ {{ with .Site.Params.description }} {{.}} {{end}}

- {{ partial "sidebar/menu.html" . }} -

- {{ partial "sidebar/social.html" . }} -

+
+ + + +