feat(posts): Update various post related layouts
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m19s
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m19s
This commit is contained in:
parent
bcf71238e5
commit
5c03a5be36
10 changed files with 48 additions and 28 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue