mirror of
https://gitlab.com/Anson-Projects/zine.git
synced 2025-06-16 05:26:40 +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 {
|
ul {
|
||||||
@for link in links {
|
@for link in links {
|
||||||
li {a href=(link) {(link)}}
|
li {a href=("http://".to_owned() + link) {(link)}}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user