feat: add basic book layout

This commit is contained in:
Devin Haska 2024-02-17 23:38:53 -08:00
parent 1ffc6d1ede
commit 4c1b65ac93
5 changed files with 58 additions and 3 deletions

View file

@ -6,7 +6,7 @@ layout: base
<section class="[ meta ] [ flex justify-between mb-1 ]">
<div>
<h1>{{ title }}</h1>
<h2>{{ subtitle }}</h2>
<h2 class="[ text-fadeText ]">{{ subtitle }}</h2>
</div>
{% if image %}
<div>{% image image, "", "" %}</div>