- branding
This commit is contained in:
@@ -54,7 +54,7 @@ $renderPagination = static function (array $pagination, callable $url): void { ?
|
||||
<a class="brand" href="<?= View::url('') ?>">
|
||||
<span class="brand__mark"></span>
|
||||
<span>
|
||||
<strong><?= View::e($site['title'] ?? 'Neon Blog') ?></strong>
|
||||
<strong><?= View::e($site['title'] ?? "Ty Clifford's Content Management System") ?></strong>
|
||||
<small><?= View::e($site['tagline'] ?? '') ?></small>
|
||||
</span>
|
||||
</a>
|
||||
@@ -221,7 +221,7 @@ $renderPagination = static function (array $pagination, callable $url): void { ?
|
||||
</main>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span><?= View::e($site['title'] ?? 'Neon Blog') ?></span>
|
||||
<span><?= View::e($site['title'] ?? "Ty Clifford's Content Management System") ?></span>
|
||||
<span>Powered by PHP, SQLite, JSON, and Markdown files.</span>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user