mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-06-16 05:26:40 +00:00
correct about text
This commit is contained in:
parent
8994062e2a
commit
cfd3a28ac1
@ -203,13 +203,17 @@ fn about_modal(entries: Vec<Entry>) -> Markup {
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
"This page updates daily at 8:11ish AM Mountain Time. The following blogs are"
|
"This page updates daily at 8:11ish AM Mountain Time. The following blogs are"
|
||||||
" in the subscription list:"
|
" featured on the page currently:"
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
@for link in links {
|
@for link in links {
|
||||||
li {a href=(link) {(link)}}
|
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." }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user