feat(posts): Update various post related layouts
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m19s

This commit is contained in:
Devin Haska 2025-09-14 13:49:09 -07:00
parent bcf71238e5
commit 5c03a5be36
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
10 changed files with 48 additions and 28 deletions

View file

@ -25,9 +25,9 @@
{% macro pageHeader(title, subtitle, date) %}
<header class="flow">
<div class="flow flow-space-3">
{% if date %}{{ format(date) }}{% endif %}
<h1>{{ title }}</h1>
{% if subtitle %}<h3 class="text-fadeText">{{ subtitle }}</h3>{% endif %}
</div>
{% if date %}{{ format(date) }}{% endif %}
</header>
{% endmacro %}