From cc7f6031dabcb6eeea2a71071fde5ed796510055 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Mon, 13 May 2019 18:49:01 +0000
Subject: [PATCH] Order in rev. chronological order and include description.

---
 content/events/2012/_index.md | 2 +-
 content/events/2013/_index.md | 2 +-
 content/events/2014/_index.md | 2 +-
 content/events/2015/_index.md | 2 +-
 content/events/2017/_index.md | 2 +-
 content/events/2018/_index.md | 2 +-
 content/events/_index.md      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/events/2012/_index.md b/content/events/2012/_index.md
index 67dc7c36..314cadf3 100644
--- a/content/events/2012/_index.md
+++ b/content/events/2012/_index.md
@@ -1,7 +1,7 @@
 +++
 title = "2012"
 description = "Historical listing of various HCC events for the year 2012."
-weight = "30"
+weight = "70"
 +++
 
 Historical listing of HCC Events
diff --git a/content/events/2013/_index.md b/content/events/2013/_index.md
index 88e87312..73263b71 100644
--- a/content/events/2013/_index.md
+++ b/content/events/2013/_index.md
@@ -1,7 +1,7 @@
 +++
 title = "2013"
 description = "Historical listing of various HCC events for the year 2013."
-weight = "30"
+weight = "60"
 +++
 
 Historical listing of HCC Events
diff --git a/content/events/2014/_index.md b/content/events/2014/_index.md
index 1e7f443d..da24c8dd 100644
--- a/content/events/2014/_index.md
+++ b/content/events/2014/_index.md
@@ -1,7 +1,7 @@
 +++
 title = "2014"
 description = "Historical listing of various HCC events for the year 2014."
-weight = "30"
+weight = "50"
 +++
 
 Historical listing of HCC Events
diff --git a/content/events/2015/_index.md b/content/events/2015/_index.md
index f7e54c39..483286a3 100644
--- a/content/events/2015/_index.md
+++ b/content/events/2015/_index.md
@@ -1,7 +1,7 @@
 +++
 title = "2015"
 description = "Historical listing of various HCC events for the year 2015."
-weight = "30"
+weight = "40"
 +++
 
 Historical listing of HCC Events
diff --git a/content/events/2017/_index.md b/content/events/2017/_index.md
index 0a20cb3e..1000c684 100644
--- a/content/events/2017/_index.md
+++ b/content/events/2017/_index.md
@@ -1,7 +1,7 @@
 +++
 title = "2017"
 description = "Historical listing of various HCC events for the year 2017."
-weight = "30"
+weight = "20"
 +++
 
 Historical listing of HCC Events
diff --git a/content/events/2018/_index.md b/content/events/2018/_index.md
index e7669811..675eca9b 100644
--- a/content/events/2018/_index.md
+++ b/content/events/2018/_index.md
@@ -1,7 +1,7 @@
 +++
 title = "2018"
 description = "Listing of various HCC events for the year 2018."
-weight = "30"
+weight = "10"
 +++
 
 Historical listing of HCC Events
diff --git a/content/events/_index.md b/content/events/_index.md
index 2db32e4c..ab0b0595 100644
--- a/content/events/_index.md
+++ b/content/events/_index.md
@@ -7,4 +7,4 @@ weight = "30"
 Historical listing of HCC Events
 ----------
 
-{{% children %}}
+{{% children sort="weight" description="true" %}}
-- 
GitLab