aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAnthony Wang2024-01-02 11:05:55 -0600
committerAnthony Wang2024-01-02 11:05:55 -0600
commitaaede69b90846e24b7083edf56c3a9ecaa8f20ee (patch)
treed6a7bc7f43ee629b020a74099eb0ccfaa9ec0650 /layouts
parent737278c2709d9bd14b3873187286ce611b0f5a96 (diff)
Use base 2 for refreshing page joke
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 84884b7..7b9db5a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,7 +2,7 @@
<div class="quote"></div>
<div>CC BY-SA 4.0</div>
<script>
- var quotes = ["I'm not young enough to know everything.", "I think I'm eating the circular fry from the wrong dimension.", "I want to see the universe in debug mode.", "The kid was deliberately and maliciously watching television at him.", "How anNOYing is it thAT your faVORite mechaNIcal poeTry on whEELS can't even RUN THE SAME GAUGE as the counTRY nextdoor?!", "We're trying to figure out how to report capital gains from time traveling on our tax returns.", "The universe tends toward maximum irony. Don't push it.", "I bet I just made you refresh the page 16 times.", "source ~/.bash_history", "It tastes like I'm a giraffe.", "憂鬱的臺灣烏龜", "If you refuse this mission, I'll break the fourth wall again!", "An idiot with a computer is a faster, better idiot.", "I distinctly remember forgetting that.", "It will make you laugh! It will make you cry! It will make you try mayonnaise-frosted pie!", "Icicles? Tide pods? No, typos."]
+ var quotes = ["I'm not young enough to know everything.", "I think I'm eating the circular fry from the wrong dimension.", "I want to see the universe in debug mode.", "The kid was deliberately and maliciously watching television at him.", "How anNOYing is it thAT your faVORite mechaNIcal poeTry on whEELS can't even RUN THE SAME GAUGE as the counTRY nextdoor?!", "We're trying to figure out how to report capital gains from time traveling on our tax returns.", "The universe tends toward maximum irony. Don't push it.", "I bet I just made you refresh the page 1000 times.", "source ~/.bash_history", "It tastes like I'm a giraffe.", "憂鬱的臺灣烏龜", "If you refuse this mission, I'll break the fourth wall again!", "An idiot with a computer is a faster, better idiot.", "I distinctly remember forgetting that.", "It will make you laugh! It will make you cry! It will make you try mayonnaise-frosted pie!", "Icicles? Tide pods? No, typos."]
document.querySelector(".quote").innerHTML = "\"" + quotes[Math.floor(Math.random() * quotes.length)] + "\"";
</script>
</footer>