Add disclosure for new jQuery CDN usage in Casper
This commit is contained in:
parent
222ecc08b6
commit
034cfbef16
@ -38,10 +38,6 @@ When you publish a new post, Ghost sends out an RPC ping to let third party serv
|
||||
|
||||
RPC pings only happen when Ghost is running in the `production` environment.
|
||||
|
||||
### Sharing Buttons
|
||||
|
||||
The default theme which comes with Ghost contains three sharing buttons to [Twitter](http://twitter.com), [Facebook](http://facebook.com), and [Google Plus](http://plus.google.com). No resources are loaded from any services, however the buttons do allow visitors to your blog to share your content publicly on these respective networks.
|
||||
|
||||
### Structured Data
|
||||
|
||||
Ghost outputs basic meta tags to allow rich snippets of your content to be recognised by popular social networks. Currently there are 3 supported rich data protocols which are output in `{{ghost_head}}`:
|
||||
@ -49,3 +45,7 @@ Ghost outputs basic meta tags to allow rich snippets of your content to be recog
|
||||
- Schema.org - http://schema.org/docs/documents.html
|
||||
- Open Graph - http://ogp.me/
|
||||
- Twitter cards - https://dev.twitter.com/cards/overview
|
||||
|
||||
### Default Theme
|
||||
|
||||
The default theme which comes with Ghost loads a copy of jQuery from the jQuery Foundation's [public CDN](https://code.jquery.com/jquery-1.11.3.min.js). The theme also contains three sharing buttons to [Twitter](http://twitter.com), [Facebook](http://facebook.com), and [Google Plus](http://plus.google.com). No resources are loaded from any services, however the buttons do allow visitors to your blog to share your content publicly on these respective networks.
|
||||
|
Loading…
Reference in New Issue
Block a user