feat: reorganize templates + layouts

This commit is contained in:
Cory Dransfeldt 2024-10-26 13:28:21 -07:00
parent c5793b9ad4
commit 3c80eb4b5f
No known key found for this signature in database
61 changed files with 81 additions and 80 deletions

View file

@ -1,16 +0,0 @@
<footer{% unless updated %} style="margin-top:var(--spacing-3xl)"{% endunless %}>
{%- if updated -%}
<p class="updated"><em>This page was last updated on {{ updated | strip }}.</em></p>
{%- endif -%}
<nav aria-label="Social icons" class="social">
{%- for link in nav.footer_icons -%}
{% render "partials/nav/link.liquid", page:page, link:link %}
{%- endfor -%}
</nav>
<nav aria-label="Secondary site navigation" class="sub-pages">
{%- for link in nav.footer_text -%}
{% render "partials/nav/link.liquid", page:page, link:link %}
{% unless forloop.last %}<span>/</span>{% endunless %}
{%- endfor -%}
</nav>
</footer>