updates
This commit is contained in:
@@ -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">
|
||||
< Back to Dragons
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% } else if (page.path && page.subsection &&
|
||||
!page.path.endsWith(`${page.subsection.replace('-', '/')}/index.html`)) { %>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user