0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/helpers
Hannah Wolfe a00eace849 Next/Prev Post helpers include author & tags
closes #5150

- Post API understands next.author, next.tags, previous.author and previous.tags
- Post Read request filters out those properties and does the right thing with them
- Prev/Next post helpers send extra include properties
- Tests updated
2015-08-10 08:58:25 +01:00
..
tpl
asset.js
author.js
body_class.js Misc helper updates & fixes 2015-05-14 11:42:29 +01:00
content.js
date.js
encode.js
excerpt.js
foreach.js Improvements to the {{foreach}} helper 2015-06-29 17:27:57 +01:00
ghost_foot.js
ghost_head.js Adds meta referrer tag to the head of ghost pages 2015-07-08 14:59:39 +01:00
has.js
image.js
index.js
input_password.js rewrites default private.hbs for new zelda styles 2015-05-29 06:25:32 -06:00
is.js
meta_description.js Fix meta description for static pages 2015-05-20 13:05:33 +10:00
meta_title.js Misc helper updates & fixes 2015-05-14 11:42:29 +01:00
navigation.js
page_url.js
pagination.js
plural.js
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