We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4cdd6 commit 8a4af18Copy full SHA for 8a4af18
hugo-site/themes/freenet/layouts/shortcodes/decentralized-services-issues.html
@@ -10,7 +10,7 @@
10
container.innerHTML = '';
11
12
if (issues.length === 0) {
13
- container.innerHTML = `<p>No open issues found with the "A-decentralized-services" label.</p>`;
+ container.innerHTML = '<p>No open issues found with the "A-decentralized-services" label.</p>';
14
return;
15
}
16
0 commit comments