1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

Flextype Core: Default theme - updates for about template

This commit is contained in:
Awilum
2019-01-06 20:23:37 +03:00
parent a750b1c924
commit d288080b07

View File

@@ -2,5 +2,5 @@
<?php Themes::view('partials/head')->display() ?>
<h1><?= $entry['title'] ?></h1>
<?= $entry['content'] ?>
<img src="<?= $entry['base_url'] ?>/<?= $entry['slug'] ?>/<?= $entry['image'] ?>">
<img src="<?= Images::getImageUrl($entry['slug'] .'/'. $entry['image'], ['w' => '670', 'dpr' => '2']) ?>">
<?php Themes::view('partials/footer')->display() ?>