mirror of
https://github.com/crydotsnake/bludit-aerial.git
synced 2024-11-22 12:21:34 +01:00
Update source code
This commit is contained in:
parent
75e10afc13
commit
45f346eb32
@ -2,14 +2,8 @@
|
|||||||
<?php include(THEME_DIR_PHP.'header.php'); ?>
|
<?php include(THEME_DIR_PHP.'header.php'); ?>
|
||||||
|
|
||||||
<header id="header">
|
<header id="header">
|
||||||
|
|
||||||
<?php foreach($content as $page): ?>
|
|
||||||
|
|
||||||
<h1><?php echo $page->title(); ?></h1>
|
<h1><?php echo $page->title(); ?></h1>
|
||||||
<p><?php echo $page->content(); ?></p>
|
<p><?php echo $page->content(); ?></p>
|
||||||
|
|
||||||
<?php endforeach; ?>
|
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a target="_blank" href="<?php echo $site->twitter() ?>" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
|
<li><a target="_blank" href="<?php echo $site->twitter() ?>" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user