bep
|
e007c9b25d
|
hugolib: apply some more Golint rules
|
2015-03-07 12:53:20 +01:00 |
|
spf13
|
b719ba7e2b
|
Adding Prev/Next functionality to all lists of pages (sections, taxonomies, etc)
|
2014-11-27 23:15:25 -05:00 |
|
Nate Finch
|
7142374332
|
Sort by title if dates are the same
|
2014-09-11 17:23:01 -04:00 |
|
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
|
70dc370c08
|
Making the term "Term" more consistent with Taxonomy usage.
|
2014-08-29 23:44:39 -04:00 |
|
spf13
|
01caaeba7a
|
Making the Pages Sorting methods available within a taxonomy term.
|
2014-08-29 23:43:38 -04:00 |
|
Joel Scoble
|
4c735a7878
|
preserve alias case while lowercasing taxonomy
|
2014-08-25 10:16:59 -04:00 |
|
spf13
|
93bcddebb3
|
Renamed Indexes to Taxonomies. Old template and config parameters still work.
|
2014-04-09 17:15:04 -04:00 |
|