Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RealOrangeOne/hugo-theme-revealjs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Howard <git@theorangeone.net>2018-01-04 00:28:53 +0300
committerJake Howard <git@theorangeone.net>2018-01-04 00:28:53 +0300
commit701970d51d2c1ac2a2032c4e93661b4def03f474 (patch)
tree2cdcb86344264554fc54725eacf1b1349ecd70a7
parentdb33f8ad0d14e8e3ab14c7b0146ed99237e3a02c (diff)
Sort sections by weight
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="slides">
{{ partial "slide.html" . }}
- {{ range .Site.Sections }}
+ {{ range .Site.Sections.ByWeight }}
<section>
{{ partial "slide.html" . }}