mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Removed ghost comments link test
no issue Accidentally left when committing.
This commit is contained in:
parent
298e3da745
commit
6058b2db22
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ module.exports = async function comments(options) {
|
||||||
const dataAttributes = getDataAttributes(data);
|
const dataAttributes = getDataAttributes(data);
|
||||||
|
|
||||||
return new SafeString(`
|
return new SafeString(`
|
||||||
<div id="ghost-comments-test"></div><script defer src="${scriptUrl}" ${dataAttributes} crossorigin="anonymous"></script>
|
<script defer src="${scriptUrl}" ${dataAttributes} crossorigin="anonymous"></script>
|
||||||
`);
|
`);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue