Add a me link to the nav bar.

This commit is contained in:
Tom Alexander
2025-02-22 22:09:14 -05:00
parent dbfbce955d
commit 4403980e2e
2 changed files with 44 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<header class="page_header">
<a class="home_link" href="{.home_link}">{.website_title}</a>
{! TODO: Additional links? Probably using the nav semantic element. !}
<nav class="header_nav_bar">
<a class="nav_link" href="{.me_link}"><div>About Me</div></a>
</nav>
</header>