0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/data/meta
Hannah Wolfe 10fc320cc8 Rename confusing 'context' variables
no issue
- In Ghost, 'context' means the page or section of a blog we're currently within
when rendering a theme, e.g. 'post' or 'tag' or 'home'.
- In handlebars 'context' refers to the blob of JSON that is tied to a template.
- These two uses of the word 'context' have gotten very confusing, so I've removed all usage of 'context' within the Ghost handlebars helpers, EXCEPT where they actually refer to the current context (e.g. the is helper)
2016-02-21 22:07:15 +00:00
..
asset_url.js Rename confusing 'context' variables 2016-02-21 22:07:15 +00:00
author_image.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
author_url.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
canonical_url.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
cover_image.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
description.js Refactored ghost head helper 2016-02-04 22:18:51 -08:00
excerpt.js Fix facebook/twitter/schema description 2016-02-18 12:11:46 +00:00
index.js Fix facebook/twitter/schema description 2016-02-18 12:11:46 +00:00
keywords.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
modified_date.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
next_url.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
og_type.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
previous_url.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
published_date.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
rss_url.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
schema.js Fix facebook/twitter/schema description 2016-02-18 12:11:46 +00:00
structured_data.js Fix facebook/twitter/schema description 2016-02-18 12:11:46 +00:00
title.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
url.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00