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
|
|
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')}">`);
|