feat: add basic book layout
This commit is contained in:
parent
1ffc6d1ede
commit
4c1b65ac93
5 changed files with 58 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue