diff options
author | amzrk2 | 2020-10-04 09:19:43 +0800 |
---|---|---|
committer | amzrk2 | 2020-10-04 09:19:43 +0800 |
commit | 9281ece1a03f4712ef5c30fda867dec0e215fbc1 (patch) | |
tree | 642bea89bb58a7616abf3a7e5d1e4475d60249ec /layouts | |
parent | 9a6032afbeed14701c9acd6923f15ede23eb49db (diff) | |
parent | 814caf8125a5797124364fb079c4b2cfc3c02bb5 (diff) | |
download | hugo-theme-fuji-9281ece1a03f4712ef5c30fda867dec0e215fbc1.tar.gz hugo-theme-fuji-9281ece1a03f4712ef5c30fda867dec0e215fbc1.tar.bz2 hugo-theme-fuji-9281ece1a03f4712ef5c30fda867dec0e215fbc1.zip |
Merge branch 'master' of github.com:amzrk2/hugo-theme-fuji
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/components.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/components.html b/layouts/partials/components.html index 5148628..532efad 100644 --- a/layouts/partials/components.html +++ b/layouts/partials/components.html @@ -10,6 +10,7 @@ </div> </div> <aside class="sidebar-mobile" style="display: none;"> + <div class="sidebar-wrapper"> <!-- pages --> <div class="sidebar-item sidebar-pages"> <h3>{{ i18n "sidebarPages" }}</h3> @@ -52,4 +53,5 @@ </div> {{ end }} {{ end }} + </div> </aside>
\ No newline at end of file |