0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
cobbspur 487297ff81 Added open graph tags for ghost head helper
issue #3900
- uses isPrivacyDisabled helper to see if useStructuredData has been disabled in config.js
- adds an array of promises to deal with asynchronous data
- resolves asynchronous data then adds open graph tags after canonical link
- featured image and tags are only added if present
- open graph tags only added on post and page
- adds unit test to check correct data is returned
- updates other unit tests to reflect changes
2014-10-08 15:57:49 +01:00
..
api Merge pull request #4188 from halfdan/1891-move 2014-09-29 21:31:22 +01:00
apps Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
config Abstract the allowed file types out of API 2014-09-26 13:31:23 +00:00
controllers Implements is-helper 2014-09-23 11:31:16 +02:00
data Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
email-templates Fixed email copy grammatical errors 2014-09-29 16:04:02 +02:00
errors Deprecated mail.fromaddress, mail.from is Title <email@address> 2014-09-23 09:33:20 +01:00
helpers Added open graph tags for ghost head helper 2014-10-08 15:57:49 +01:00
middleware Properly server shared files 2014-09-25 14:14:20 +02:00
models Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
permissions Naming cleanup 2014-09-20 21:09:16 +02:00
routes Have /ghost use its own express instance 2014-09-19 08:57:13 +00:00
storage Naming cleanup 2014-09-20 21:09:16 +02:00
utils Add checks for packages and contentPath to startup 2014-09-22 21:27:34 +00:00
views Fix ghost-ui reference 2014-09-19 18:31:21 +00:00
filters.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
ghost-server.js Updating messages to use errors module 2014-09-23 19:55:07 +01:00
index.js Naming cleanup 2014-09-20 21:09:16 +02:00
mail.js Deprecated mail.fromaddress, mail.from is Title <email@address> 2014-09-23 09:33:20 +01:00
require-tree.js Follow symlinks when resolving theme paths. 2014-10-02 13:37:18 +00:00
update-check.js Delay updateCheck to +24h on error 2014-09-19 17:10:30 +02:00
xmlrpc.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00