Skip to content

Commit

Permalink
Remove html suffix from nav
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jul 1, 2024
1 parent ce61298 commit a56d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

{{#nav}}
<li class="item">
<a href="{{path}}.html"
<a href="{{path}}"
class="link{{#is_active}} -active{{/is_active}}"
title="{{title}}">{{title}}</a>
</li>
Expand Down

0 comments on commit a56d1de

Please sign in to comment.