Fix link to comments viewer in about navigation menu

This commit is contained in:
Roan Horning 2023-03-09 20:59:26 -05:00
parent 8783ca5099
commit ea8403c7b6
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -6,5 +6,5 @@
<li><a href="<!--% absolute_path(baseurl) %-->correspondents/index.html">Hosts</a></li>
<li><a href="<!--% absolute_path(baseurl) %-->contact.html">Contact</a></li>
<li><a href="<!--% absolute_path(baseurl) %-->promote.html">Promote HPR</a></li>
<li><a href="<!--% absolute_path(baseurl) %-->comments_viewer.php">Show Comments</a></li>
<li><a href="<!--% absolute_path(baseurl) %-->comments_viewer.html">Show Comments</a></li>
</ul>