clean
This commit is contained in:
parent
d4be54dfe2
commit
1dd4060314
14 changed files with 151 additions and 148 deletions
|
|
@ -1,23 +1,8 @@
|
|||
|
||||
<?php snippet('header') ?>
|
||||
<h1><?= $site->title() ?></h1>
|
||||
|
||||
<body class="home">
|
||||
<?php foreach ($site->slideshow()->toFiles() as $image): ?>
|
||||
<img src="<?= $image->url() ?>">
|
||||
<?php endforeach; ?>
|
||||
|
||||
<h1><?= $site->title() ?></h1>
|
||||
|
||||
<?php snippet('menu') ?>
|
||||
|
||||
|
||||
|
||||
<?php foreach ($page->images() as $image): ?>
|
||||
<img src="<?= $image->url() ?>">
|
||||
<?php endforeach; ?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
<?php snippet('footer') ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue