mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
6ee9bb491c
refs #8901 - Adds support for: ``` {{#has number="3"}} // A single number {{#has number="3, 6, 9"}} // list the numbers you want to match against {{#has number="nth:3"}} // special syntax for nth item ``` And ``` {{#has index="3"}} // A single number {{#has index="3, 6, 9"}} // list the numbers you want to match against {{#has index="nth:3"}} // special syntax for nth item ``` |
||
---|---|---|
.. | ||
functional | ||
integration | ||
unit | ||
utils | ||
.jshintrc |