madskristensen / MiniBlog

A minimal blog engine using Razor Web Pages
Other
917 stars 376 forks source link

Sort Categories when saving to XML #219

Open appetere opened 8 years ago

appetere commented 8 years ago

When using Post.Categories the Categories are returned in the order they are in the stored XML.

By default, they are also displayed in this order, so this is often not alphabetical.

Calling code can sort the Categories each time, but as an optimisation propose that the Categories are sorted into alphabetical order, when saving to XML.