0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/unit/server_helpers
Jason Williams e499e5dda9 Fix invalid image helper URLs when using a subdir.
No Issue
- Strip sub-directory from image paths before passing to
  config.createUrl. Since images are stored with the sub-directory
  and createUrl builds a URL with the sub-directory the result
  would be a URL that contains the sub-directory twice.
2014-11-17 05:32:51 +00:00
..
asset_spec.js
author_spec.js
body_class_spec.js
content_spec.js
date_spec.js
encode_spec.js
excerpt_spec.js
foreach_spec.js
ghost_foot_spec.js
ghost_head_spec.js Created image helper with absolute url option 2014-10-28 13:14:41 +02:00
ghost_script_tags_spec.js
has_spec.js
image_spec.js Fix invalid image helper URLs when using a subdir. 2014-11-17 05:32:51 +00:00
is_spec.js
meta_description_spec.js
meta_title_spec.js
page_url_spec.js
pagination_spec.js
plural_spec.js
post_class_spec.js
tags_spec.js
title_spec.js
url_spec.js
utils.js