diff options
| author | kj-sh604 | 2024-09-07 01:51:10 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-09-07 01:51:10 -0400 |
| commit | 78e60b2d13b68c79f59ea79696c7dbc6a5cd2eb4 (patch) | |
| tree | 25f04a13ce065186f043e89c52b922c0d843aece /includes/nav-footer.php | |
| parent | ae127841eb9e45878331200fb3868bc7a65ef68d (diff) | |
refactor: match footer styling with header
also updated anchor links
Diffstat (limited to 'includes/nav-footer.php')
| -rw-r--r-- | includes/nav-footer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/nav-footer.php b/includes/nav-footer.php index bac084a..a54796e 100644 --- a/includes/nav-footer.php +++ b/includes/nav-footer.php @@ -1,7 +1,7 @@ <hr /> -<a href="../index.php">home</a> -<a href="../info.php">info</a> -<a href="../licenses.php">licenses</a> +<a href="../" class="footer-no-underline">🏠 home</a> +<a href="../info.php" class="footer-no-underline">🗂️ info</a> +<a href="../licenses.php" class="footer-no-underline">⚖️ licenses</a> <br> <p>all site content is in the public domain</p> <p><small>my other stuff: <a href="https://aedrielkylejavier.me/" target="_blank">website link →</a></small></p> |
