inbo / tutorials

A collection of technical tutorials for INBO (and anyone who's interested)
https://tutorials.inbo.be/
Creative Commons Attribution 4.0 International
22 stars 9 forks source link

Fix articles ordering (#155) #276

Closed niconoe closed 2 years ago

niconoe commented 3 years ago

Description

fix the articles ordering issue described in #155. It does this very simply by removing the weight associated to each article. In that case, Hugo use the date for ordering. I assume the existing weight properties were assigned a bit randomly while authoring (copy-paste from a previous article, then tweaking).

Leaving the weight empty to let the computer sort by date is cleaner, IMHO.