Edit about/biography page title, slug and template
This commit is contained in:
parent
63e3b2dbf7
commit
8912f8ea29
12 changed files with 51 additions and 43 deletions
|
@ -1,16 +0,0 @@
|
|||
{% extends "base.twig" %}
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
|
||||
<section class="about-section">
|
||||
|
||||
<article class="about">
|
||||
<h2 class="about__title">{{ page.title }}</h2>
|
||||
<div class="about__presentation">{{ page.text.kirbytext|raw }}</div>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
{% endblock %}
|
16
site/templates/biography.twig
Normal file
16
site/templates/biography.twig
Normal file
|
@ -0,0 +1,16 @@
|
|||
{% extends "base.twig" %}
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
|
||||
<section class="biography-section">
|
||||
|
||||
<article class="biography">
|
||||
<h2 class="biography__title">{{ page.title }}</h2>
|
||||
<div class="biography__presentation">{{ page.text.kirbytext|raw }}</div>
|
||||
</article>
|
||||
|
||||
</section>
|
||||
|
||||
</main>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue