mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 23:24:04 +02:00
Default theme: updates and improvements
This commit is contained in:
6
site/themes/default/views/templates/about.php
Normal file
6
site/themes/default/views/templates/about.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php namespace Flextype ?>
|
||||
<?php Themes::view('partials/head')->display() ?>
|
||||
<h1><?= $entry['title'] ?></h1>
|
||||
<?= $entry['content'] ?>
|
||||
<img src="<?= $entry['base_url'] ?>/<?= $entry['slug'] ?>/<?= $entry['image'] ?>">
|
||||
<?php Themes::view('partials/footer')->display() ?>
|
Reference in New Issue
Block a user