fix: h2 style applied incorrectly
This commit is contained in:
parent
8e54b46b6b
commit
d84b3be13f
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ imageCaption: ""
|
|||
{% from "macros/utils.njk" import stars %}
|
||||
|
||||
<article class="[ catalogue ] [ flow ]">
|
||||
<header class="[ flow flow-space-1 ]">
|
||||
<header class="[ catalogue-header ] [ flow flow-space-1 ]">
|
||||
{{ format(page.date) }}
|
||||
<h1>{{ title }}</h1>
|
||||
{% if subtitle %}<h2>{{ subtitle }}</h2>{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue