Fix order of releases in news section

Two content files with the same date will be sorted by title as
second criterion. Hence, releases can not appear in descending
order. Using a more precise timestamp solves this issue.
This commit is contained in:
digitalcraftsman
2017-10-19 17:19:08 +02:00
parent 19d3ea0641
commit af2905fe45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
date: 2017-10-19
date: 2017-10-19T00:00:00+02:00
title: "0.30.1: Two Important Bugfixes!"
description: "Fixes `hugo -w` and validator-broken Sitemap."
categories: ["Releases"]
+1 -1
View File
@@ -1,6 +1,6 @@
---
date: 2017-10-19
date: 2017-10-19T12:00:00+02:00
title: "0.30.2: One More Bugfix"
description: "Fixes Fast Render mode when having sub-path in `baseURL`."
slug: "0.30.2"