Browse Source

now: use full home footer; footer tagline 'some' -> 'most of these'

- page-now.php: get_footer() -> get_footer('home') so /now/ gets the full
  footer-home (address + link columns + social).
- footer-home tagline wording tweak.
windhamdavid 1 week ago
parent
commit
eab9c7aef8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      page-now.php
  2. 1 1
      parts/footer-home.html

+ 1 - 1
page-now.php

@@ -126,4 +126,4 @@ get_header(); ?>
     </div>
 	</div>
 
-<?php get_footer(); ?>
+<?php get_footer('home'); ?>

+ 1 - 1
parts/footer-home.html

@@ -61,7 +61,7 @@
 					<small class="copyright">&copy; 2004-2026</small>
 				</div>
 				<div class="col-md-6 text-md-end">
-					<p class="gaegu mb-n1">I'm not really active on some of these:</p>
+					<p class="gaegu mb-n1">I'm not really active on most of these:</p>
 					<ul class="footer-links footer-social">
 						<li><a href="https://en.wikipedia.org/wiki/User:Windhamdavid" class="wikipedia" rel="me"><svg class="dw-icon dw-icon-2x" role="img" aria-label="Wikipedia"><use href="#dw-wikipedia"></use></svg></a></li>
 						<li><a href="https://github.com/windhamdavid" class="github" rel="me"><svg class="dw-icon dw-icon-2x" role="img" aria-label="GitHub"><use href="#dw-github"></use></svg></a></li>