mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2026-06-03 19:30:25 +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