mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
c335efdd06
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. |
||
---|---|---|
.. | ||
template.go | ||
template_embedded.go | ||
template_funcs.go | ||
template_funcs_test.go | ||
template_resources.go | ||
template_resources_test.go | ||
template_test.go |