Fixes bug from optimisation where deepest category was incorrectly calculated leading to misplaced pages in nav bar
This commit is contained in:
parent
8cfcf1a721
commit
7b7f967d74
10 changed files with 9 additions and 21 deletions
|
@ -13,7 +13,6 @@
|
|||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/TestFullArticle.html>Example Post</a></li>
|
||||
<li><a href=/index.html>Welcome!</a></li>
|
||||
|
||||
<h2>Newer Work</h2>
|
||||
|
@ -29,6 +28,7 @@
|
|||
|
||||
|
||||
<h2>Thoughts And Essays</h2>
|
||||
<li><a href=/permacomputing.html>Permacomputing</a></li>
|
||||
|
||||
|
||||
<h2>University</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue