remove links for nav items that aren't built yet

This commit is contained in:
emma 2025-02-25 08:25:22 -05:00
parent 77bfb1c474
commit c2ba8c268d

View File

@ -10,19 +10,13 @@ const transPrideWhite = "#ffffff";
<h3>life of emma</h3>
<ul>
<li>
<a href="/life/self">
emma's self
</a>
</li>
<li>
<a href="/life/interests">
emma's interests
</a>
</li>
<li>
<a href="/life/sunshine">
emma's rays of sunshine
</a>
</li>
</ul>
<h3>site information</h3>
@ -34,7 +28,7 @@ const transPrideWhite = "#ffffff";
<li><a href="/site/other">other emma things</a></li>
<li><a href="/site/contact">contact</a></li>
<li><a href="/site/guestbook">guestbook</a></li>
<li><a href="/site/changelog">changelog</a></li>
<li>changelog</li>
</ul>
</nav>