This site is using javascript to load left nav on each load to id LeftNav div. All links in LeftNav.html needs to have use absolute / path to href links so link works from every sub page.
Add a version date to each page like so
<div style="text-align:right;">
v.2024-08-29
</div>
Since the left nav only includes root page each child page should have a parent page link at the top of right content div.
<a href="../ParentPage.html">Parent Page</a>