From cfd3a28ac149bf77f4af6d13b03a0944921f0113 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 16 Feb 2024 22:58:06 -0700 Subject: [PATCH] correct about text --- src/main.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cde1b2d..67fd242 100644 --- a/src/main.rs +++ b/src/main.rs @@ -203,13 +203,17 @@ fn about_modal(entries: Vec) -> Markup { } p { "This page updates daily at 8:11ish AM Mountain Time. The following blogs are" - " in the subscription list:" + " featured on the page currently:" } ul { @for link in links { li {a href=(link) {(link)}} } } + p { + "For the full list of feeds that are followed see the raw list " + a href="https://gitlab.com/MisterBiggs/zine/-/blob/master/feeds.txt" { "here." } + } } } }