Edit indentation style
This commit is contained in:
parent
d916cac8c9
commit
9fc5497f33
21 changed files with 14837 additions and 14840 deletions
|
@ -1,16 +1,16 @@
|
|||
{% extends "base.twig" %}
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
<main>
|
||||
|
||||
<section class="biography-section">
|
||||
<section class="biography-section">
|
||||
|
||||
<article class="biography">
|
||||
<h2 class="biography__title">{{ page.title }}</h2>
|
||||
<div class="biography__presentation">{{ page.text.kirbytext|raw }}</div>
|
||||
</article>
|
||||
<article class="biography">
|
||||
<h2 class="biography__title">{{ page.title }}</h2>
|
||||
<div class="biography__presentation">{{ page.text.kirbytext|raw }}</div>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</main>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue