mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Removed ghost comments link test
no issue Accidentally left when committing.
This commit is contained in:
parent
298e3da745
commit
6058b2db22
@ -73,7 +73,7 @@ module.exports = async function comments(options) {
|
||||
const dataAttributes = getDataAttributes(data);
|
||||
|
||||
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…
Reference in New Issue
Block a user