diff options
author | DSRKafuU | 2020-10-03 16:55:14 +0800 |
---|---|---|
committer | GitHub | 2020-10-03 16:55:14 +0800 |
commit | 814caf8125a5797124364fb079c4b2cfc3c02bb5 (patch) | |
tree | b6f326e62a688e0d9a9f1234a4b4b596bd0d3911 /layouts/partials/components.html | |
parent | 00a0fbe2601fa6a75c10d7a53c87e605775dd177 (diff) | |
parent | caf35975d7ef2c3855c2d38f46a4e60b216ace74 (diff) | |
download | hugo-theme-fuji-814caf8125a5797124364fb079c4b2cfc3c02bb5.tar.gz hugo-theme-fuji-814caf8125a5797124364fb079c4b2cfc3c02bb5.tar.bz2 hugo-theme-fuji-814caf8125a5797124364fb079c4b2cfc3c02bb5.zip |
merge: pull request #47 from rexarski/master
Update sidebar-mobile with 1 column layout. Fix #45
Diffstat (limited to 'layouts/partials/components.html')
-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 |