- branding

This commit is contained in:
Ty Clifford
2026-07-04 20:19:56 -04:00
parent bd0bfdc09f
commit c4c10c256c
7 changed files with 39 additions and 13 deletions
+2 -2
View File
@@ -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>