We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d67f2 commit cd3550fCopy full SHA for cd3550f
1 file changed
src/index.js
@@ -12,6 +12,7 @@ If you’d like to work on this website and other cool projects with hackathons,
12
13
console.log(hiringMessage);
14
15
+//comment generated via javascript instead of in HTML so the hiring message text is only in one place
16
const comment = document.createComment("\n"+hiringMessage.toString()+"\n");
17
document.insertBefore(comment, document.firstChild);
18
0 commit comments