From af2905fe4580aac465c196f35beb26ed032c952f Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 19 Oct 2017 17:19:08 +0200 Subject: [PATCH] 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. --- content/news/0.30.1-relnotes-ready.md | 2 +- content/news/0.30.2-relnotes-ready.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/0.30.1-relnotes-ready.md b/content/news/0.30.1-relnotes-ready.md index 5f78f3d49..208e9f3cd 100644 --- a/content/news/0.30.1-relnotes-ready.md +++ b/content/news/0.30.1-relnotes-ready.md @@ -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"] diff --git a/content/news/0.30.2-relnotes-ready.md b/content/news/0.30.2-relnotes-ready.md index d9829cbed..28fac1aaf 100644 --- a/content/news/0.30.2-relnotes-ready.md +++ b/content/news/0.30.2-relnotes-ready.md @@ -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"