Lady’s Gitweb
/
GitWikiWeb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
inline
| side by side (parent:
b188164
)
Leave link details open
author
Lady
<redacted>
Fri, 28 Jul 2023 05:03:07 +0000
(22:03 -0700)
committer
Lady
<redacted>
Fri, 28 Jul 2023 05:03:07 +0000
(22:03 -0700)
build.js
patch
|
blob
|
history
diff --git
a/build.js
b/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(
);
if (internalLinks.size) {
links_section.push(
- rawBlock`<details>`,
+ rawBlock`<details
open=""
>`,
rawBlock`<summary>on this wiki</summary>`,
listOfInternalLinks(internalLinks),
rawBlock`</details>`,
rawBlock`<summary>on this wiki</summary>`,
listOfInternalLinks(internalLinks),
rawBlock`</details>`,
@@
-248,7
+248,7
@@
class GitWikiWebPage {
}
if (externalLinks.size) {
links_section.push(
}
if (externalLinks.size) {
links_section.push(
- rawBlock`<details>`,
+ rawBlock`<details
open=""
>`,
rawBlock`<summary>elsewhere on the Web</summary>`,
{
tag: "bullet_list",
rawBlock`<summary>elsewhere on the Web</summary>`,
{
tag: "bullet_list",
This page took
0.157202 seconds
and
4
git commands to generate.