mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
js/index : use linkify.js origin_target _blank
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
3e0e14b37c
commit
9bdfb915c9
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ async function main() {
|
|||
mkelem("a", `#${id} by ${post[0]}`, null, {
|
||||
href: `${COMMENT_SITE}/#${id}`,
|
||||
}),
|
||||
mkelem("pre", linkify(post[1], COMMENT_SITE)),
|
||||
mkelem("pre", linkify(post[1], COMMENT_SITE, "_blank")),
|
||||
],
|
||||
comment
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue