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.
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.