updates
This commit is contained in:
@@ -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+/, '-');
|
||||
|
@@ -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>
|
||||
|
@@ -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' %>
|
||||
|
Reference in New Issue
Block a user