]> Lady’s Gitweb - GitWikiWeb/commitdiff
Leave link details open
authorLady <redacted>
Fri, 28 Jul 2023 05:03:07 +0000 (22:03 -0700)
committerLady <redacted>
Fri, 28 Jul 2023 05:03:07 +0000 (22:03 -0700)
build.js

index 4ed0c10bf971a91cbffb0f20c4ddfb1884dd751c..8eab7f426f0b6922e5839785e01108141e9b470e 100644 (file)
--- a/build.js
+++ b/build.js
@@ -238,7 +238,7 @@ class GitWikiWebPage {
               );
               if (internalLinks.size) {
                 links_section.push(
-                  rawBlock`<details>`,
+                  rawBlock`<details open="">`,
                   rawBlock`<summary>on this wiki</summary>`,
                   listOfInternalLinks(internalLinks),
                   rawBlock`</details>`,
@@ -248,7 +248,7 @@ class GitWikiWebPage {
               }
               if (externalLinks.size) {
                 links_section.push(
-                  rawBlock`<details>`,
+                  rawBlock`<details open="">`,
                   rawBlock`<summary>elsewhere on the Web</summary>`,
                   {
                     tag: "bullet_list",
This page took 0.031453 seconds and 4 git commands to generate.