mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-27 08:41:25 +00:00
correct about text
This commit is contained in:
@@ -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." }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user