commit cc9bfac70afb7f2be3878f950025af57fdacc079
parent dc16473cdae57625e6620c791ee82493f91dc11d
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 5 Sep 2019 23:21:28 -0400
Move toolset under about-me
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/build/header.html b/build/header.html
@@ -17,9 +17,11 @@
<li><a href="/blog">Blog</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/guides">Guides<a/></li>
- <li><a href="/about-me">About Me</a></li>
- <li><a href="/toolset">My Toolset</a></li>
<li><a href="/about-site">About This Site</a></li>
+ <li><a href="/about-me">About Me</a></li>
+ <ul>
+ <li><a href="/toolset">My Toolset</a></li>
+ </ul>
</ul>
</div>