0
Fork 0
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:
Simon Backx 2023-03-17 10:28:47 +01:00
parent 298e3da745
commit 6058b2db22

View file

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