mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
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:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user