summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/menu-filetree.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-28 01:12:07 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-28 01:12:07 +0200
commit78bd5938a392318601bfca4c2e6783727dd33d37 (patch)
treeca3e2132a039034f3104d919851e44b57029e6a0 /layouts/partials/docs/menu-filetree.html
parentcce17bcc99be389dce5bfbadfabaacf132c3f8f7 (diff)
Improve sass styles
Diffstat (limited to 'layouts/partials/docs/menu-filetree.html')
-rw-r--r--layouts/partials/docs/menu-filetree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/docs/menu-filetree.html b/layouts/partials/docs/menu-filetree.html
index 490c350..5c1f11b 100644
--- a/layouts/partials/docs/menu-filetree.html
+++ b/layouts/partials/docs/menu-filetree.html
@@ -8,7 +8,7 @@
{{ define "book-section" }} <!-- Single section of menu (recursive) -->
<ul>
{{ range .Section.Sections }}
- <li {{- if .Params.bookrootsection}} class="section" {{ end }}>
+ <li {{- if .Params.bookflatsection}} class="flat" {{ end }}>
{{- if .Content -}}
{{ template "book-page-link" (dict "Page" . "CurrentPage" $.CurrentPage) }}
{{- else -}}