feat(*): refactor dynamic vs. static structure and distinctions; make additional elements dynamic

This commit is contained in:
Cory Dransfeldt 2025-06-11 20:27:41 -07:00
parent ca57082f01
commit c021ea54ae
No known key found for this signature in database
140 changed files with 1001 additions and 985 deletions

View file

@ -9,7 +9,7 @@
<link rel="stylesheet" href="/assets/styles/noscript.css?v={% appVersion %}" type="text/css" />
</noscript>
<link rel="stylesheet" href="/assets/styles/index.css?v={% appVersion %}" type="text/css" />
{% render "metadata/index.liquid",
{% render "static/metadata/index.liquid",
schema:schema,
type:type,
page:page,
@ -32,7 +32,7 @@
<body>
<div class="main-wrapper">
<main>
{% render "layout/header.liquid",
{% render "static/layout/header.liquid",
globals:globals,
page:page,
nav:nav
@ -41,7 +41,7 @@
{{ content }}
</div>
</main>
{% render "layout/footer.liquid",
{% render "static/layout/footer.liquid",
page:page,
nav:nav,
updated:updated,