From 701970d51d2c1ac2a2032c4e93661b4def03f474 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 3 Jan 2018 21:28:53 +0000 Subject: Sort sections by weight --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 55e07a8..a508004 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,7 +6,7 @@
{{ partial "slide.html" . }} - {{ range .Site.Sections }} + {{ range .Site.Sections.ByWeight }}
{{ partial "slide.html" . }} -- cgit v1.2.3