Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 182cb6e

Browse files
committed
remove unnecessary /index.html and remove .html
1 parent 2ff6707 commit 182cb6e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/navbar.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<nav class="hnav">
22
<div class="namelink">
3-
<a href="/index.html">
3+
<a href="/">
44
MuonMC
55
</a>
66
</div>
77

8-
<a href="/blog.html">
8+
<a href="/blog">
99
Blog
1010
</a>
1111

12-
<a href="/download.html">
12+
<a href="/download">
1313
Download
1414
</a>
1515

16-
<a href="/develop.html">
16+
<a href="/develop">
1717
Develop
1818
</a>
1919
</nav>

0 commit comments

Comments
 (0)