summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index d5a855b..038ca21 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -48,7 +48,10 @@
<a href="javascript:void(0);" onclick="burger()" id="mobile" class="ms-Icon--GlobalNavButton"></a>
<div id="trees">
- {% set section = get_section(path="_index.md") %}
+ <a href="/"><label class="tree-toggle-label" for="Home">Home</label></a>
+ <ul class="subtree"></ul> <!-- for equal space -->
+
+ {% set section = get_section(path="_index.md") %}
{% for p in section.subsections %}
{% set subsection = get_section(path=p) %}