[SITE] home and footer finished + nav for top level
This commit is contained in:
parent
e98b1fc877
commit
74408319b5
17 changed files with 2033 additions and 24 deletions
|
@ -8,12 +8,17 @@
|
|||
|
||||
snippet('base/html-head');
|
||||
snippet('base/cont-header');
|
||||
|
||||
?>
|
||||
|
||||
<h1><?php echo $page->title()->html() ?></h1>
|
||||
|
||||
<?php echo $page->text()->kirbytext() ?>
|
||||
<main class="section">
|
||||
<div class="container">
|
||||
|
||||
<h1><?php echo $page->title()->html() ?></h1>
|
||||
|
||||
<?php echo $page->text()->kirbytext(); ?>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<?php snippet('base/cont-footer') ?>
|
||||
<?php snippet('base/html-end') ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue