Files
hugo/hugolib
Austin Ziegler d467ec0aab Fix a bug with taxonomy rendering.
- In `layouts/_default/taxonomy.html`, the `.Data` result does not
  provide the same information that `layouts/_default/terms.html` does
  for being able to identify the plural value of the term.
- This change adds `.Data.Singular` and `.Data.Plural` to provide
  similar capabilities.
- This *may* be incompatible with templates that check for `{{ if ne
  $taxonomy "Pages" }}` if the `page.Params` has either the singular or
  plural values as keys.
2014-11-13 12:32:10 -05:00
..
2014-11-04 00:43:09 -05:00
2014-11-01 12:05:37 -04:00
2014-11-13 12:32:10 -05:00
2014-05-09 23:11:33 -04:00
2014-11-13 12:30:45 -05:00