We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2be313 commit 6b1b50dCopy full SHA for 6b1b50d
source/_templates/layout.html
@@ -15,6 +15,11 @@
15
<ul>
16
<li id="manual-link"><a href="https://www.firstinspires.org/resource-library/frc/competition-manual-qa-system">FRC Game Manual</a></li>
17
<li id="qa-link"><a href="https://frc-qa.firstinspires.org/">FRC Game Q&A</a></li>
18
+ <script id="headerscript">
19
+ if( new Date().getMonth() == 3 && new Date().getDate() == 1) {
20
+ document.getElementById("headerscript").insertAdjacentHTML("afterend", '<li id="water-link"><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Water Game</a></li>');
21
+ }
22
+ </script>
23
</ul>
24
</div>
25
0 commit comments