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:
@@ -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() ?>
|
||||
|
Reference in New Issue
Block a user