aboutsummaryrefslogtreecommitdiff
path: root/templates/_nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_nav.html')
-rw-r--r--templates/_nav.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/_nav.html b/templates/_nav.html
index 0ab8ac7..270f028 100644
--- a/templates/_nav.html
+++ b/templates/_nav.html
@@ -17,9 +17,9 @@
{{ nav::hamburger(root=root) }}
{# Section title #}
- <div class="toc-item toc-section">
- <a class="subtext" href="{{root.permalink | safe}}">{{ root.title }}</a>
- </div>
+ <!-- <div class="toc-item toc-section"> -->
+ <!-- <a class="subtext" href="{{root.permalink | safe}}">{{ root.title }}</a> -->
+ <!-- </div> -->
{# Choose between "tree" (has extra.parent) and "list" (default) collections #}
{% set root_tree = root.pages | group_by(attribute="extra.parent") %}