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> <h3>life of emma</h3>
<ul> <ul>
<li> <li>
<a href="/life/self">
emma's self emma's self
</a>
</li> </li>
<li> <li>
<a href="/life/interests">
emma's interests emma's interests
</a>
</li> </li>
<li> <li>
<a href="/life/sunshine">
emma's rays of sunshine emma's rays of sunshine
</a>
</li> </li>
</ul> </ul>
<h3>site information</h3> <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/other">other emma things</a></li>
<li><a href="/site/contact">contact</a></li> <li><a href="/site/contact">contact</a></li>
<li><a href="/site/guestbook">guestbook</a></li> <li><a href="/site/guestbook">guestbook</a></li>
<li><a href="/site/changelog">changelog</a></li> <li>changelog</li>
</ul> </ul>
</nav> </nav>