Ghost/core/frontend
Hannah Wolfe 981f11da95
Added basic {{match}} helper
refs: https://github.com/TryGhost/Team/issues/759

- The match helper allows for basic equals and not equals comparisons,
Example:
  {{match title "=" "Getting Started"}}
  {{match slug "!=" "welcome"}}
- There's a lot more functionality we want to add here, so that it ends up being a replacement for {{#has}}
- However, this first iteration is already useful, especially in the context of custom theme settings
- Therefore we are adding it early, and will document it along with custom theme settings when that goes GA very soon
2021-10-14 19:36:56 +01:00
..
apps Fixed amp not rendering content 2021-10-05 12:27:31 +01:00
helpers Added basic {{match}} helper 2021-10-14 19:36:56 +01:00
meta Fixed missing renames getExcerpt -> generateExcerpt 2021-07-02 09:44:18 +01:00
services Added JSDocs to bootstrap's init method 2021-10-14 05:55:49 +13:00
views Updated unsubscribe.hbs (#13365) 2021-10-04 12:18:42 +01:00