forked from Git/bludit-theme-aerial
fix endforeach code
This commit is contained in:
parent
4431ec9597
commit
403a2a6c8f
@ -5,7 +5,7 @@
|
|||||||
<?php foreach($content as $page): ?>
|
<?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() ?>
|
<?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