remove a bunch of .html links

This commit is contained in:
りき萌 2024-03-03 21:39:54 +01:00
parent 8eca6b29ec
commit 1d2ce8d701
5 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@
{{!-- For /index, include a "new" link that goes to the curated news feed page. --}}
{{#if (eq page.tree_path "index")}}
<a href="{{ config.site }}/treehouse/new.html" data-cast="new">new</a>
<a href="{{ config.site }}/treehouse/new" data-cast="new">new</a>
{{/if}}
{{/ components/_nav.hbs }}