From: Lady Date: Fri, 28 Jul 2023 05:03:07 +0000 (-0700) Subject: Leave link details open X-Git-Tag: 0.1.1~1 X-Git-Url: https://git.ladys.computer/GitWikiWeb/commitdiff_plain/5428dd106d223e93f02cff3bdb49b136fa040245 Leave link details open --- diff --git a/build.js b/build.js index 4ed0c10..8eab7f4 100644 --- a/build.js +++ b/build.js @@ -238,7 +238,7 @@ class GitWikiWebPage { ); if (internalLinks.size) { links_section.push( - rawBlock`
`, + rawBlock`
`, rawBlock`on this wiki`, listOfInternalLinks(internalLinks), rawBlock`
`, @@ -248,7 +248,7 @@ class GitWikiWebPage { } if (externalLinks.size) { links_section.push( - rawBlock`
`, + rawBlock`
`, rawBlock`elsewhere on the Web`, { tag: "bullet_list",