Skip to content

Commit 4b82c71

Browse files
Update navigation links to include .html extension
1 parent e1f0303 commit 4b82c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/partials/base.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<nav hx-boost="true" preload="mouseover">
1414
<a href="/">launch.css</a>
1515
<menu>
16-
<li><a href="/install">Install</a></li>
17-
<li><a href="/docs">Examples</a></li>
16+
<li><a href="/install.html">Install</a></li>
17+
<li><a href="/docs.html">Examples</a></li>
1818
<li><a role="button" href="https://github.com/torstendittmann/launch-css">GitHub</a></li>
1919
</menu>
2020
</nav>

0 commit comments

Comments
 (0)