0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/frontend/helpers
Ronald Langeveld a0c8db46fb
Member Counter template helpers (#15013)
ref https://github.com/TryGhost/Team/issues/1667

Introducing 2 new helper handlebars tags, `{{total_members}}` and `{{total_paid_members}}` ideal for Member Sites who want to display these metrics to incentivise users to upgrade.
2022-07-14 10:10:02 +02:00
..
tpl
asset.js
authors.js
body_class.js Fixed frontend rendering of page resource 2022-05-16 22:06:55 +08:00
cancel_link.js
comment_count.js Added initial comment_count helper 2022-07-12 10:24:02 +02:00
comments.js Updated comments helper to inject comments-ui version 2022-07-12 10:24:02 +02:00
concat.js
content.js
date.js 🔒 Fixed RCE exploit with date helper & locale setting 2022-06-14 22:50:22 -04:00
encode.js
excerpt.js Updated output logic to correctly use excerpt 2022-05-16 15:51:14 +01:00
facebook_url.js
foreach.js
get.js Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
ghost_foot.js
ghost_head.js Bumped new built-in search to GA (#15017) 2022-07-12 17:57:11 +05:30
has.js
img_url.js
is.js
lang.js
link.js
link_class.js
match.js
meta_description.js
meta_title.js
navigation.js 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
page_url.js
pagination.js
plural.js
post_class.js
prev_post.js Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
price.js Renamed lang and session_secret default settings (#14791) 2022-05-12 15:07:05 +01:00
raw.js
reading_time.js
t.js
tags.js
tiers.js Removed GA feature flags (#14915) 2022-05-26 09:54:30 +02:00
title.js
total_members.js Member Counter template helpers (#15013) 2022-07-14 10:10:02 +02:00
total_paid_members.js Member Counter template helpers (#15013) 2022-07-14 10:10:02 +02:00
twitter_url.js
url.js