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." } + } } } }