summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authoramzrk22020-05-08 14:41:19 +0800
committeramzrk22020-05-08 14:41:19 +0800
commit3fc90f234a343f0dc7311505129e41dc0083420b (patch)
tree7e9ec2c5d429d52c289016a05f5cf333a874a666 /layouts/_default
parent2c181e91c7fdc91f09de00708061f78999f58426 (diff)
downloadhugo-theme-fuji-3fc90f234a343f0dc7311505129e41dc0083420b.tar.gz
hugo-theme-fuji-3fc90f234a343f0dc7311505129e41dc0083420b.tar.bz2
hugo-theme-fuji-3fc90f234a343f0dc7311505129e41dc0083420b.zip
Update sidebar CSS
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 71ba5a5..1c2d48b 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -12,7 +12,7 @@
{{ block "main" . }}{{ end }}
</div>
<!-- sidebar -->
- <div class="col-md-3 col-12 float-left" id="sidebar">
+ <div class="col-md-3 col-12 float-left link-alter" id="sidebar">
{{ partial "sidebar.html" . }}
</div>
<!-- global APlayer -->