Nate Finch
|
0099b5a3cb
|
Change all uses of sort.Sort to sort.Stable.Using sort.Stable ensures that even if the sort keys are the same, the order of the sort will not randomly change. Using the old sort.Sort, if you had pages with no date, the lists of those pages would randomly reorder every time you regenerate the list, causing spurious changes to the output. Now they'll always get ordered in the same way.
|
2014-09-09 09:22:16 -04:00 |
|
spf13
|
57ad3abe7b
|
Pre and Post in Menu are type HTML
|
2014-05-27 18:34:29 -04:00 |
|
spf13
|
a4a1e39a51
|
Fixing issue when two menu items have the same name.
|
2014-05-14 18:08:11 -04:00 |
|
spf13
|
bdf7cd9f9d
|
Creating site menu configuration and have the docs site use it
|
2014-04-24 16:11:08 -06:00 |
|
spf13
|
9ecf58e29b
|
new menus system including active link & nesting
|
2014-04-23 02:59:19 -04:00 |
|