From 58747658a89ffeb4b2691509681bca41fac46c6a Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 26 Mar 2026 02:28:45 +0000 Subject: [PATCH] chore: adds mention of ?do=newest --- www/content/hello.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/hello.md b/www/content/hello.md index 989cc04..df630e1 100644 --- a/www/content/hello.md +++ b/www/content/hello.md @@ -14,7 +14,7 @@ in terms of routes: there's one massive [index](https://wynne.rs) of everything :right[anything that takes more than a few seconds to read gets a proper page, and the short stuff, like my [cv.txt](https://wynne.rs/cv.txt), is just a plain txt file] -right now, *just* and *has* are params for filtering—[?just=guestbook](https://wynne.rs/?just=guestbook) hides anything not in the guestbook category, and [?has=hello](https://wynne.rs/?has=hello) hides anything not including "hello"—and *do* does some kind of one-off action, like [?do=random](https://wynne.rs/?do=random) which takes you to a random page +right now, *just* and *has* are params for filtering—[?just=guestbook](https://wynne.rs/?just=guestbook) hides anything not in the guestbook category, and [?has=hello](https://wynne.rs/?has=hello) hides anything not including "hello"—and *do* does some kind of one-off action, like [?do=random](https://wynne.rs/?do=random) which takes you to a random page or [?do=newest](https://wynne.rs/?do=newest) to go to the newest addition and that's it. i don't need anything else to archive things i care about