0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/helpers
aimingoo 958544ae90 support prev/next filtering by author (#9149)
refs #9141

- adds support for `{{#prev_post in="author"}}{{/prev_post}}` & `{{#next_post in="author"}}{{/next_post}}` 
- "author.slug" is the author equivalent of "primary_tag.slug" - there is only one
- added tests to cover both cases in the prev/next helpers
2017-10-18 18:12:20 +01:00
..
tpl 🎨 Improved accessibility markup in default navigation.hbs partial (#9137) 2017-10-12 13:57:18 +02:00
asset.js
author.js
body_class.js
content.js
date.js
encode.js
excerpt.js 🐛 Fixed custom post excerpt length (#8826) 2017-08-02 15:09:12 +04:00
facebook_url.js
foreach.js
get.js 🐛 Added error handling to prev/next post helpers 2017-08-29 10:31:00 +02:00
ghost_foot.js 🐛 Fixed global and post code injection output (#8824) 2017-08-02 15:06:51 +04:00
ghost_head.js 🐛 HTML page error: correct templateData (#9144) 2017-10-13 14:26:42 +01:00
has.js Added any & all matching to {{#has}} helper 2017-08-22 11:21:47 +01:00
img_url.js 🐛 Downgraded errors to warnings for img_url 2017-08-29 10:31:00 +02:00
index.js
is.js
meta_description.js
meta_title.js
navigation.js
page_url.js
pagination.js
plural.js
post_class.js
prev_next.js support prev/next filtering by author (#9149) 2017-10-18 18:12:20 +01:00
proxy.js
register.js Keep the original error in registerAsyncTheme (#8977) 2017-09-05 20:11:59 +02:00
tags.js
template.js
title.js
twitter_url.js
url.js