Ghost/core/test/unit/metadata
JT Turner 1f4c01d207 Started moving meta data fetching to functions.
issue #6186
- Moved asset helper logic to a asset url function.
- Created author image function to be used in ghost_head helper.
- Created author url function to be used in the ghost_head helper.
- Created canonical url function to be used in the ghost_head helper.
- Moved meta_description helper logic to a function.
- Moved excerpt helper logic to a function.
- Created an index in data/meta to be used in ghost_head helper to get all data.
- Created keyword function to be used in the ghost_head helper.
- Created modified data function to be used in the ghost_head helper.
- Created next url function to be used in the ghost_head helper.
- Created ogType function to be used in the ghost_head helper.
- Created previous url function to be used in the ghost_head helper.
- Created published data function to be used in the ghost_head helper.
- Created rss url function to be used in the ghost_head helper.
- Created schema function to be used in the ghost_head helper.
- Created structured data function to be used in the ghost_head helper.
- Moved meta_title helper logic to a title function.
- Moved url helper logic to a url function.
- Wrote tests for all the new functions

This is just the first step. I plan on refactoring the ghost head to use these new functions.
2016-01-23 13:58:21 -08:00
..
asset_url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
author_image_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
author_url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
canonical_url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
cover_image_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
description_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
excerpt_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
keywords_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
modified_date_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
next_url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
og_type_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
previous_url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
published_date_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
rss_url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
schema_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
structured_data_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
title_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00
url_spec.js Started moving meta data fetching to functions. 2016-01-23 13:58:21 -08:00