diff options
author | Anthony Wang | 2024-11-05 01:31:13 -0500 |
---|---|---|
committer | Anthony Wang | 2024-11-05 01:31:13 -0500 |
commit | 4f75b884a9defead13af52e046630a605b9d5f2d (patch) | |
tree | d7bb3c1f9b9c876e7c1b9bbbaf6cd93c9064b016 /layouts | |
parent | 42bf967917b351d329d054da7e50cf050f6119ab (diff) |
Make sure hardcoded quote number is correct
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 6a71892..cd14364 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,7 +10,7 @@ "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.", // Jamie Zawinski - "I bet I just made you refresh the page 100000 times.", + "I bet I just made you refresh the page 110010 times.", // MAKE SURE THIS IS NUM QUOTES "source ~/.bash_history", // https://www.explainxkcd.com/wiki/index.php/1975:_Right_Click "echo source ~/.bashrc >> ~/.bashrc", // Same as above "echo 0 | sudo tee /sys/devices/system/cpu/cpu*/online", |