0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/helpers
Hannah Wolfe e70898a842 Add meta tags for client_id & client_secret
refs #5942

- refactor ghost_head to use Promise.props (settle is going away and this is easier)
- add a new call to fetch the frontend client, if it exists
- add meta tags for the client_id and client_secret on all pages
- don't include the meta tags if the client is not enabled, or if the labs flag is not set
2015-11-04 16:39:39 +00:00
..
tpl
asset.js
author.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
body_class.js
content.js
date.js
encode.js
excerpt.js
foreach.js Improvements to the {{foreach}} helper 2015-06-29 17:27:57 +01:00
get.js Move get helper behind labs flag 2015-11-03 19:39:37 +00:00
ghost_foot.js Remove auto-inclusion of jQuery via ghost_foot 2015-09-02 13:39:22 +01:00
ghost_head.js Add meta tags for client_id & client_secret 2015-11-04 16:39:39 +00:00
has.js
image.js
index.js The {{#get}} helper 2015-10-11 16:51:12 +01:00
input_password.js
is.js
meta_description.js
meta_title.js
navigation.js
page_url.js
pagination.js
plural.js Add replacement for zero in plural helper 2015-09-22 16:00:20 +01:00
post_class.js
prev_next.js Next/Prev Post helpers include author & tags 2015-08-10 08:58:25 +01:00
tags.js
template.js
title.js
url.js
utils.js