1
0
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:
Awilum
2018-12-26 03:48:47 +03:00
parent 9df56858b0
commit 2575994eca

View File

@@ -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>