mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-06-15 21:26:38 +00:00
patch about links
This commit is contained in:
parent
ecd2843a43
commit
7ba340b672
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user