mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 23:24:04 +02:00
Flextype Theme: Default theme updates
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<?php foreach (Entries::getEntries('blog') as $entry): ?>
|
||||
<a href="<?= $entry['url'] ?>" class="blog-post">
|
||||
<h3><?= $entry['title'] ?></h3>
|
||||
<?= $entry['summary'] ?>
|
||||
<p><?= $entry['summary'] ?></p>
|
||||
<div><?= $entry['date'] ?></div>
|
||||
</a>
|
||||
<?php endforeach ?>
|
||||
<?php Themes::view('partials/footer')->display() ?>
|
||||
|
Reference in New Issue
Block a user