hugo/tpl
Ariejan de Vroom c335efdd06 Add after template function
Where `first` will return the first N items of a rangeable list,
`after` will return all items after the Nth item.

This allows the user to do something with the first N items and
something different with the remaining items after N.
2015-06-15 21:18:38 +02:00
..
template.go Add some Ace test cases 2015-05-31 13:13:28 +02:00
template_embedded.go Set s.Info.LastChange to Lastmod 2015-05-15 13:10:11 +02:00
template_funcs.go Add after template function 2015-06-15 21:18:38 +02:00
template_funcs_test.go Add after template function 2015-06-15 21:18:38 +02:00
template_resources.go GetJSON/GetCSV: Add retry on invalid content 2015-06-01 12:05:16 +02:00
template_resources_test.go GetJSON/GetCSV: Add retry on invalid content 2015-06-01 12:05:16 +02:00
template_test.go Add some Ace test cases 2015-05-31 13:13:28 +02:00