aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAnthony Wang2023-12-29 19:27:56 -0600
committerAnthony Wang2023-12-29 19:27:56 -0600
commited929383112ba532edbb4fbd91342bf7f677f9c1 (patch)
tree648c708d38c25195995c83152b50c966119b8861 /layouts
parent4e9c6dfd2f724d96eb23349bbf4a08eb2639476b (diff)
Move "CC BY-SA 4.0" to new line in footer so it doesn't look like the author of the quote
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1f966bc..84884b7 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,8 @@
<footer class="footer">
- <div class="quote">CC BY-SA 4.0</div>
+ <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."]
- document.querySelector(".quote").innerHTML = "\"" + quotes[Math.floor(Math.random() * quotes.length)] + "\" - CC BY-SA 4.0";
+ document.querySelector(".quote").innerHTML = "\"" + quotes[Math.floor(Math.random() * quotes.length)] + "\"";
</script>
</footer>