1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-06-15 21:26:38 +00:00

correct about text

This commit is contained in:
Anson Biggs 2024-02-16 22:58:06 -07:00
parent 8994062e2a
commit cfd3a28ac1

View File

@ -203,13 +203,17 @@ fn about_modal(entries: Vec<Entry>) -> 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." }
}
}
}
}