mirror of
https://github.com/flextype/flextype.git
synced 2025-08-11 07:34:22 +02:00
Default theme: updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php namespace Flextype ?>
|
||||
<?php Themes::view('partials/head')->display() ?>
|
||||
<?php foreach (Entries::getEntries('blog') as $entry): ?>
|
||||
<a href="<?= $entry['url'] ?>">
|
||||
<a href="<?= $entry['url'] ?>" class="blog-post">
|
||||
<h3><?= $entry['title'] ?></h3>
|
||||
<?= $entry['summary'] ?>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user