1
0
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:
Awilum
2018-12-26 23:43:42 +03:00
parent fbab05eea1
commit 56decd29a2

View File

@@ -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() ?>