Add new magic items, update styles.
This commit is contained in:
@@ -23,7 +23,7 @@ var titlesBySection = {
|
||||
< 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">
|
||||
< Back to <%= titlesBySection[page.section] ?? page.section.charAt(0).toUpperCase() + page.section.slice(1) %>
|
||||
|
Reference in New Issue
Block a user