Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created image helper with absolute url option #4317

Merged
merged 1 commit into from
Nov 3, 2014

Conversation

cobbspur
Copy link
Member

closes #4231

  • Adds {{image}} helper
  • Adds image_spec test unit
  • Updated {{ghost_head}} to use image helper

@@ -116,7 +116,7 @@ function urlFor(context, data, absolute) {
absolute = data;
data = null;
}

// console.log('Data Image: ', data.image);

This comment was marked as abuse.

@ErisDS
Copy link
Member

ErisDS commented Oct 22, 2014

This is awaiting some updates based on my comments here

@cobbspur
Copy link
Member Author

updated

closes TryGhost#4231

- Adds {{image}} helper
- Adds image_spec test unit
- Updated {{ghost_head}} to use image helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create theme image helpers with absolute attributes
3 participants