summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-06-25 08:21:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-06-25 08:21:17 +0200
commitcf5f361404e230d570bb7222e60ed5e3c44b3e4d (patch)
tree32921cc8c20d1b4ef54979acbe15abf9f89e1ca0
parent0eccffed41d4ece58d37e17108bf8f3464ab7b36 (diff)
Add HOME buttoncustomization
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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) %}