mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-07-27 00:31:23 +00:00
patch about links
This commit is contained in:
@@ -234,7 +234,7 @@ fn about_modal(entries: Vec<Entry>) -> Markup {
|
||||
}
|
||||
ul {
|
||||
@for link in links {
|
||||
li {a href=(link) {(link)}}
|
||||
li {a href=("http://".to_owned() + link) {(link)}}
|
||||
}
|
||||
}
|
||||
p {
|
||||
|
Reference in New Issue
Block a user