This commit is contained in:
2025-04-05 17:03:48 -04:00
parent 176b8abdcf
commit c89bc36fd7
262 changed files with 2296 additions and 723 deletions

View File

@@ -21,6 +21,8 @@ var titlesBySection = {
"dragons-crystalline": "Crystalline Dragons",
"dragons-metallic": "Metallic Dragons",
"herd-mammals": "Herd Mammals",
},
unlistedSections = ['main'],
fixedSection = page?.section?.replace(/\s+/, '-');

View File

@@ -45,7 +45,7 @@
both used under the SIL Open Font License, Version 1.1.
</p>
<p>
Background image created with <a href="https://labs.openai.com/" target="_blank">DALL-E</a> released under a <a href="/licenses/cc0/">CC0</a> license.
Background image released under a <a href="/licenses/cc0/">CC0</a> license.
</p>
<a href="#top" class="topLink">Back to Top</a>
</div>

View File

@@ -6,7 +6,7 @@ var menuLinksByOption = {
Adventuring: "/rules/adventuring.html",
Equipment: "/rules/equipment/fantasy.html",
Magic: "/rules/magic.html",
"Referees Only": "/rules/referees.html",
"GM Notes": "/rules/gm-notes.html",
};
var title = (page.title ?? '').replace('HOSR ', '');
@@ -35,7 +35,7 @@ var title = (page.title ?? '').replace('HOSR ', '');
<div class="rulesMenu">
<div class="rulesVersion">
Version 0.14.6 / 2024-08-05
Version Beta-0.20.0 / 2025-03-16
<!--
<%=site.version ?? '0.0.0' %>
<%=site.lastUpdated ?? '0.0.0' %>