aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/post/toc.html
diff options
context:
space:
mode:
authorolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-10 01:41:34 +0800
committerolOwOlo <26087907+olOwOlo@users.noreply.github.com>2018-07-10 01:41:34 +0800
commit5e356c5f635d45f0241854d9f43f38b2f0bd44f9 (patch)
tree52d12fa3e71c1f843c385271c2f22b8842ddc0ba /layouts/partials/post/toc.html
parentd3a1ab071c983586b474c5e5dc0fa6afb0babce8 (diff)
style(*): google js style & trim whitespace
Diffstat (limited to 'layouts/partials/post/toc.html')
-rw-r--r--layouts/partials/post/toc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/post/toc.html b/layouts/partials/post/toc.html
index 4fed1c7..759ad43 100644
--- a/layouts/partials/post/toc.html
+++ b/layouts/partials/post/toc.html
@@ -1,7 +1,7 @@
-{{ if or .Params.toc (and .Site.Params.toc (ne .Params.toc false)) }}
+{{ if or .Params.toc (and .Site.Params.toc (ne .Params.toc false)) -}}
<div class="post-toc" id="post-toc">
<h2 class="post-toc-title">{{ T "toc" }}</h2>
- {{ $globalAutoCollapseToc := .Site.Params.autoCollapseToc | default false }}
+ {{- $globalAutoCollapseToc := .Site.Params.autoCollapseToc | default false }}
<div class="post-toc-content{{ if not (or .Params.autoCollapseToc (and $globalAutoCollapseToc (ne .Params.autoCollapseToc false))) }} always-active{{ end }}">
{{.TableOfContents}}
</div>