ghost 4.27.0 → 4.27.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,7 +199,7 @@ module.exports = function ghost_head(options) { // eslint-disable-line camelcase
199
199
 
200
200
  // @TODO do this in a more "frameworky" way
201
201
  if (cardAssetService.hasFile('js')) {
202
- head.push(`<script async src="${getAssetUrl('public/cards.min.js')}"></script>`);
202
+ head.push(`<script defer src="${getAssetUrl('public/cards.min.js')}"></script>`);
203
203
  }
204
204
  if (cardAssetService.hasFile('css')) {
205
205
  head.push(`<link rel="stylesheet" type="text/css" href="${getAssetUrl('public/cards.min.css')}">`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ghost",
3
- "version": "4.27.0",
3
+ "version": "4.27.1",
4
4
  "description": "The professional publishing platform",
5
5
  "author": "Ghost Foundation",
6
6
  "homepage": "https://ghost.org",