From 1e6263233dd3ac38a15f7d55fb4a143e65dbd057 Mon Sep 17 00:00:00 2001
From: Zachary Klosko <31484611+zklosko@users.noreply.github.com>
Date: Mon, 18 May 2020 12:53:06 -0400
Subject: [PATCH] More nav work
---
docs/_data/nav2.yml | 10 +++++-----
docs/_layouts/default.html | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/_data/nav2.yml b/docs/_data/nav2.yml
index ce71a6e0b..a8e1a85b6 100644
--- a/docs/_data/nav2.yml
+++ b/docs/_data/nav2.yml
@@ -56,11 +56,11 @@ toc2:
url: history-templates
- page: Listener Stats
url: listener-stats
- url: /widget2.html
- - page: Widget 3
- url: /widget3.html
- - page:
- - title: Interface tour
+ - page: Help
+ url: help
+ - url: Listen
+ page: listen
+ - title: Tutorials
subfolderitems:
- page: Contents
url: manual
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index c8c873072..0e41134b8 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -59,7 +59,7 @@
{% if item.subfolderitems[0] %}
{% for entry in item.subfolderitems %}
{% if item.subtitle %}
-
{{ item.subtitle }}
+
{{ item.subtitle }}
{% endif %}
{{ entry.page }}
{% if entry.subsubfolderitems[0] %}