feat: update catalogue templates
This commit is contained in:
parent
86f0122fd9
commit
55982e5bf5
6 changed files with 38 additions and 21 deletions
|
@ -3,14 +3,14 @@ layout: base
|
|||
---
|
||||
|
||||
<article class="[ catalogue ] [ flow ]">
|
||||
<section class="[ meta ] [ flex justify-between mb-1 ]">
|
||||
<section class="[ catalogue-meta ] [ gap-1 mb-1 ]">
|
||||
{% if image %}
|
||||
{% image image, "", "" %}
|
||||
{% endif %}
|
||||
<div>
|
||||
<h1>{{ title }}</h1>
|
||||
<h2 class="[ text-fadeText ]">{{ subtitle }}</h2>
|
||||
</div>
|
||||
{% if image %}
|
||||
<div>{% image image, "", "" %}</div>
|
||||
{% endif %}
|
||||
</section>
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue