diff --git a/layouts/page/documentation-home.html b/layouts/page/documentation-home.html
index 04b57d4c..249a30e8 100644
--- a/layouts/page/documentation-home.html
+++ b/layouts/page/documentation-home.html
@@ -1,4 +1,4 @@
{{ define "main" }}
-{{ $section_to_display := (.Site.Taxonomies.categories.fundamentals).Pages }}
+{{ $section_to_display := (.Site.Taxonomies.categories.fundamentals).Pages.ByWeight }}
{{ partial "pagelayout.html" (dict "context" . "section_to_display" $section_to_display ) }}
{{ end }}