This commit is contained in:
2025-04-07 00:11:47 -04:00
parent 443d7a8d5c
commit b7fade1ac8
26 changed files with 91 additions and 469 deletions

View File

@@ -10,19 +10,23 @@ var titlesBySection = {
races: "Character Races",
rules: "House Rules",
// campaigns
"aeryon": "the World of Aeryon",
"one-night": "One Night One-Shots",
"mini-campaigns": "Monday Night Mini-Campaigns",
// creatures
"dragons-chromatic": "Chromatic Dragons",
"dragons-crystalline": "Crystalline Dragons",
"dragons-metallic": "Metallic Dragons",
"herd-mammals": "Herd Mammals",
// planes
elemental: "Elemental Planes",
material: "Material Planes",
near: "Near Planes",
transcendental: "Transcendental Planes",
// dragons
"dragons-chromatic": "Chromatic Dragons",
"dragons-crystalline": "Crystalline Dragons",
"dragons-metallic": "Metallic Dragons",
"herd-mammals": "Herd Mammals",
},
unlistedSections = ['main'],
fixedSection = page?.section?.replace(/\s+/, '-');
@@ -43,7 +47,7 @@ var titlesBySection = {
<a href="../index.html" class="sectionBackLink">
&lt; Back to Dragons
</a>
</div>
</div>
<% } else if (page.path && page.subsection &&
!page.path.endsWith(`${page.subsection.replace('-', '/')}/index.html`)) { %>

View File

@@ -115,7 +115,7 @@
</summary>
<ul class="dropdown" aria-label="submenu">
<li><a href="/campaigns/index.html">Mini-Campaigns</a></li>
<li><a href="/campaigns/.html">One Night...</a></li>
<li><a href="/campaigns/.html">One Night One-Shots</a></li>
<li><a href="/campaign/index.html">Astral Jam</a></li>
</ul>
</details>