1
0
Fork 0

Update source code

This commit is contained in:
Simon Krull 2020-03-14 17:27:09 +01:00
parent 75e10afc13
commit 45f346eb32
1 changed files with 1 additions and 7 deletions

View File

@ -2,14 +2,8 @@
<?php include(THEME_DIR_PHP.'header.php'); ?>
<header id="header">
<?php foreach($content as $page): ?>
<h1><?php echo $page->title(); ?></h1>
<p><?php echo $page->content(); ?></p>
<?php endforeach; ?>
<nav>
<ul>
<li><a target="_blank" href="<?php echo $site->twitter() ?>" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
@ -19,5 +13,5 @@
</nav>
</header>
<!-- Footer -->
<!-- Footer -->
<?php include(THEME_DIR_PHP.'footer.php'); ?>