Ghost/core/server
Felix Rieseberg 15e4dd1e9f Pre & Next Links for Ghost_Head
closes #685
- Now that we have a ‘pagination’ meta object, we can implement
SEO-friendly `next` and `prev` ref links in `<head>`.
- This implementation works uniformly for anything that supports
pagination in the current schema (posts, tags, authors)
- Regex should make the implementation future-proof for additional
pagination
2014-08-20 12:28:21 -07:00
..
api Ensure Owner's role isn't downgraded 2014-08-15 17:44:30 -04:00
apps This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
config This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
controllers Added target="_blank" to all links that go to the support page. 2014-08-15 16:46:24 +02:00
data Merge pull request #3670 from felixrieseberg/iss3641 2014-08-15 18:27:14 +01:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Update express and body-parser dependencies. 2014-08-11 05:20:31 +00:00
helpers Pre & Next Links for Ghost_Head 2014-08-20 12:28:21 -07:00
middleware Update express and body-parser dependencies. 2014-08-11 05:20:31 +00:00
models Fix for bug where owner user has name owner 2014-08-11 10:51:14 +01:00
permissions Changing User.read API to default to active users. 2014-08-06 00:30:48 +02:00
routes Sends test email to the person who clicked on the button 2014-08-08 18:41:14 +01:00
storage Change refresh token expiry 2014-07-28 15:19:49 +02:00
utils Change refresh token expiry 2014-07-28 15:19:49 +02:00
views Center default user-error (404, etc.) 2014-08-18 16:45:03 -04:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Added target="_blank" to all links that go to the support page. 2014-08-15 16:46:24 +02:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Display correct new Ghost version 2014-08-15 18:23:55 +01:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00