Generate backlinks
All checks were successful
CI / Check typos (push) Successful in 8s
CI / Check links (push) Successful in 33s
CI / Clippy (push) Successful in 1m1s
CI / Build and test (push) Successful in 1m8s
CI / Build container (push) Successful in 45s
CI / Deploy on waypoint (push) Successful in 45s

This commit is contained in:
2025-11-06 08:56:58 -08:00
parent 5554aafc44
commit 4091d8b486
12 changed files with 83 additions and 56 deletions

View File

@@ -26,7 +26,7 @@ fn build_server() -> Arc<PageServer> {
.add_page("/links", pages::links())
.add_page("/whats-a-betalupi", pages::betalupi())
.add_page("/handouts", pages::handouts())
.add_page("/htwah", pages::htwah_typesetting());
.add_page("/htwah/typesetting", pages::htwah_typesetting());
server
}