1
0
Fork 0

Upgrade to Kirby 3

This commit is contained in:
Jannik Beyerstedt 2021-01-24 18:05:39 +01:00
parent 80004a968c
commit 03ab30b8c1
64 changed files with 524 additions and 683 deletions

View file

@ -12,7 +12,7 @@ snippet('base/cont-header');
<main class="section">
<div class="container">
<div class="home">
<div class="logo">
<span class="firstname">jannik</span>0b 01101010<br>
@ -25,11 +25,11 @@ snippet('base/cont-header');
01110100 01100101<br>
01100100 01110100
</div>
<p><?php echo $page->subtitle()->kirbytextRaw() ?></p>
<p><?php echo $page->subtitle()->kirbytextinline() ?></p>
</div>
<?php echo $page->text()->kirbytext(); ?>
</div>
</main>