diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html
index 6109c94a186..6977528043f 100644
--- a/source/_includes/asides/component_navigation.html
+++ b/source/_includes/asides/component_navigation.html
@@ -74,19 +74,4 @@
View known issues
{%- endif -%}
-
-
- {%- if page.ha_category.first -%}
-
-
Categories
-
- {%- for category in page.ha_category -%}
- -
- {{ category }}
-
- {%- endfor -%}
-
-
- {%- endif -%}
-
diff --git a/source/_includes/site/sidebar.html b/source/_includes/site/sidebar.html
index 3a9f2302e35..21ca613da48 100644
--- a/source/_includes/site/sidebar.html
+++ b/source/_includes/site/sidebar.html
@@ -46,7 +46,22 @@
{%- endunless -%}
- {% endif %}
+ {% endif %}
+
+ {%- if page.ha_category.first -%}
+
+
+
Categories
+
+ {%- for category in page.ha_category -%}
+ -
+ {{ category }}
+
+ {%- endfor -%}
+
+
+
+ {%- endif -%}