Add new magic items, update styles.

This commit is contained in:
2023-03-13 17:50:25 -04:00
parent 2c96be92e5
commit 59f201872a
8 changed files with 594 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ var titlesBySection = {
&lt; Back to <%= titlesBySection[page.subsection] ?? page.subsection.charAt(0).toUpperCase() + page.subsection.slice(1) %>
</a>
</div>
<% } else if (page.section && page.path && !page.path.endsWith(`${page.section}/index.html`)) { -%>
<% } else if (page.section && page.section !== 'main' && page.path && !page.path.endsWith(`${page.section}/index.html`)) { -%>
<div class="sectionBackLink-wrapper">
<a href="<%=page.subsection ? '..' : '.'-%>/index.html" class="sectionBackLink">
&lt; Back to <%= titlesBySection[page.section] ?? page.section.charAt(0).toUpperCase() + page.section.slice(1) %>