Fix replying-to username links
This commit is contained in:
parent
45afa5509a
commit
4c37e93314
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
||||||
#end proc
|
#end proc
|
||||||
#
|
#
|
||||||
#proc renderReply(tweet: Tweet | Quote): string =
|
#proc renderReply(tweet: Tweet | Quote): string =
|
||||||
#let usernames = tweet.reply.mapIt(&"""<a href="{it}">@{it}</a>""")
|
#let usernames = tweet.reply.mapIt(&"""<a href="/{it}">@{it}</a>""")
|
||||||
<div class="replying-to">Replying to ${usernames.join(" ")}</div>
|
<div class="replying-to">Replying to ${usernames.join(" ")}</div>
|
||||||
#end proc
|
#end proc
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue