diff options
author | Anthony Wang | 2024-04-18 19:27:05 -0400 |
---|---|---|
committer | Anthony Wang | 2024-04-18 19:27:05 -0400 |
commit | 7d9576b389dab65fedc785258dc86cfce462aa99 (patch) | |
tree | 0a91f17a2487a7887340285d17b70bc8bb997e0c /layouts | |
parent | 08b458b80364cd657522aecab428fa6b148bb11f (diff) |
Fix typo in footer quote
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4480835..cf939ff 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,7 +17,7 @@ "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!", + "It will make you laugh! It will make you cry! It will make you try the mayonnaise-frosted pie!", "Icicles? Tide pods? No, typos." ] document.querySelector(".quote").innerHTML = "“" + quotes[Math.floor(Math.random() * quotes.length)] + "”"; |