The index page now includes filters for day
, month
, and year
, meaning that parameters in query strings like &year=2016
will automatically be passed to the mongo query that loads the pieces for your index page. You can refer to these filters in your template by using data.piecesFilters.year
, etc.