diff --git a/templates/Includes/DocumentationSidebar.ss b/templates/Includes/DocumentationSidebar.ss
index c72e430..a794a11 100644
--- a/templates/Includes/DocumentationSidebar.ss
+++ b/templates/Includes/DocumentationSidebar.ss
@@ -15,7 +15,17 @@
<% if Children %>
<% loop Children %>
- - $Title
+ - $Title
+ <% if LinkingMode == current %>
+ <% if Children %>
+
+ <% loop Children %>
+ - $Title
+ <% end_loop %>
+
+ <% end_if %>
+ <% end_if %>
+
<% end_loop %>
<% end_if %>
<% end_if %>
@@ -27,7 +37,17 @@
<% if Children %>
<% loop Children %>
- - $Title
+ - $Title
+ <% if LinkingMode == current %>
+ <% if Children %>
+
+ <% loop Children %>
+ - $Title
+ <% end_loop %>
+
+ <% end_if %>
+ <% end_if %>
+
<% end_loop %>
<% end_if %>
<% end_if %>