summaryrefslogtreecommitdiffstats
path: root/hugolib/taxonomy.go
AgeCommit message (Expand)Author
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2015-09-01Add config option "disablePathToLower"chrongzhang
2015-05-31Add PreserveTaxonomyNames flagbep
2015-05-12Allow to reverse taxonomy entries.David Calavera
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07hugolib: apply some more Golint rulesbep
2014-11-27Adding Prev/Next functionality to all lists of pages (sections, taxonomies, etc)spf13
2014-09-11Sort by title if dates are the sameNate Finch
2014-09-09Change all uses of sort.Sort to sort.Stable.Using sort.Stable ensures that ev...Nate Finch
2014-08-29Making the term "Term" more consistent with Taxonomy usage.spf13
2014-08-29Making the Pages Sorting methods available within a taxonomy term.spf13
2014-08-25preserve alias case while lowercasing taxonomyJoel Scoble
2014-04-09Renamed Indexes to Taxonomies. Old template and config parameters still work.spf13