Major update - simpler file structure, better layouts, moar content

This commit is contained in:
2022-09-23 02:40:26 -04:00
commit 8c024d74cd
346 changed files with 19555 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<!-- MENUSUB BEGIN -->
<% if (page.section && page.subsection && page.section === 'games') { %>
<% if (page.subsection === 'anachronism') { %>
<%- include('anachronism/menusub') %>
<% } else if (page.subsection === 'magic-cards' && page.name !== 'index') { %>
<%- include('magic-cards/menusub') %>
<% } else if (page.subsection === 'magic-decks' && page.name !== 'index') { %>
<%- include('magic-decks/menusub') %>
<% } else if (page.subsection === 'thur' && page.name !== 'index') { %>
<%- include('thur/menusub') %>
<% } %>
<% } else if (page.section && page.subsection && page.section === 'web') { %>
<% if (page.subsection === 'linklists' && page.name !== 'index') { %>
<%- include('linklists/menusub') %>
<% } %>
<% } else if (page.content_type === 'journal') { %>
<%- include('journal/menusub') %>
<% } %>
<!-- MENUSUB END -->