zola/components
Daniel Sockwell c2437cc0eb Remove order and add heavier/later
This commit removes the option to sort by order and also removes
`page.next` and `page.previous` variables.  Instead, pages can be sorted
by two methods `date` and `weight`.  The Tera `reverse` filter will
reverse either of those sorts, so the old `order` behavior can be
achieved by using the `reverse` filter with `weight`.

In place of the `previous`/`next` variables, this commit adds the
`page.earlier`/`page.later` variables (which are set when the page is
sorted by date) and the `page.heavier`/`page.lighter` variables (which
are set when the page is sorted by weight).  These variables have the
advantage of not having confusing semantics when the `reverse` filter is
used.
2018-07-27 23:00:28 -04:00
..
config Add an external link checker 2018-07-16 21:15:50 +02:00
content Remove order and add heavier/later 2018-07-27 23:00:28 -04:00
errors Update deps 2018-07-16 11:03:45 +02:00
front_matter Remove order and add heavier/later 2018-07-27 23:00:28 -04:00
highlighting Use the new shortcode parser 2018-06-25 18:00:05 +02:00
imageproc Custom taxonomies (#330) 2018-07-16 10:54:05 +02:00
link_checker Add an external link checker 2018-07-16 21:15:50 +02:00
pagination Rename taxonomies paginate and error on unknown ones 2018-07-16 18:14:48 +02:00
rebuild Remove order and add heavier/later 2018-07-27 23:00:28 -04:00
rendering Add an external link checker 2018-07-16 21:15:50 +02:00
search Write some docs 2018-03-21 16:18:24 +01:00
site Remove order and add heavier/later 2018-07-27 23:00:28 -04:00
taxonomies Rename taxonomies paginate and error on unknown ones 2018-07-16 18:14:48 +02:00
templates Custom taxonomies (#330) 2018-07-16 10:54:05 +02:00
utils Custom taxonomies (#330) 2018-07-16 10:54:05 +02:00