diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index bb204d2..3c04b12 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -6,26 +6,21 @@
{% assign pageUrlWithoutExt = page.url | split: '.html' | first %}
{% assign childPages = site.pages | where: 'version', targetVersion | where: 'parent', pageUrlWithoutExt %}
{% assign siblingPages = site.pages | where: 'version', targetVersion | where: 'parent', page.parent %}
-
-
- - Path: {{ page.path | jsonify }}
- - URL: {{ page.url | jsonify }}
- - URL (no ext): {{ pageUrlWithoutExt | jsonify }}
- - Version: {{ page.version | jsonify }}
- - Category: {{ page.category | jsonify }}
- - Children: {{ childPages.size | jsonify }}
- - Siblings: {{ siblingPages.size | jsonify }}
- - Parent: {% if parentPage %} {{ parentPage.url | jsonify }} {% else %} null {% endif %}
-
+
Add Page
-
- {% if parentPage or childPages.size > 0 %}
- {% if parentPage %}
- < Go Back
- < Go Back
- {% else %}
- < Go Back
+
+