0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
Hannah Wolfe 6ee9bb491c Added number & index matching to {{#has}} helper (#8902)
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
    ```
2017-08-15 16:00:17 +01:00
..
functional 🐛 Fixed Infinite 404s for images (#8869) 2017-08-10 15:31:52 +02:00
integration Add configuration/private endpoint and settings for Unsplash (#8895) 2017-08-15 15:59:16 +01:00
unit Added number & index matching to {{#has}} helper (#8902) 2017-08-15 16:00:17 +01:00
utils Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00