- Embed
This commit is contained in:
@@ -219,7 +219,7 @@ function render_head(string $title = 'Media — TyClifford.com', string $extra_c
|
||||
|
||||
function render_topbar(string $active = ''): void {
|
||||
$title = setting('site_title', 'Ty Clifford');
|
||||
$sub = setting('site_sub', 'tyclifford.com / media');
|
||||
$sub = setting('site_sub', 'tyclifford.com / player');
|
||||
?>
|
||||
<header class="topbar">
|
||||
<div class="topbar-brand">
|
||||
@@ -243,7 +243,7 @@ function render_topbar(string $active = ''): void {
|
||||
|
||||
function render_footer(): void { ?>
|
||||
<footer class="page-footer" role="contentinfo">
|
||||
<p class="footer-note">TyClifford.com · media</p>
|
||||
<p class="footer-note">TyClifford.com · player</p>
|
||||
<p class="footer-note"><a href="https://git.tyclifford.com/">open source</a></p>
|
||||
<p class="footer-note">hobbies are my hobby</p>
|
||||
<p class="footer-note"><a href="mailto:ty@tyclifford.com">ty@tyclifford.com</a></p>
|
||||
|
||||
Reference in New Issue
Block a user