Remove html suffixes

This commit is contained in:
Alexis Hassler
2019-06-20 22:21:51 +02:00
parent a05643fc76
commit 07f1eca644
17 changed files with 55 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ menu: ['global']
<ul class="columns">
{%- for doc in page.author_full.contributions -%}
<li>
<a href="{{ doc.url }}.html">{{ doc.title }}</a>
<a href="{{ doc.url }}">{{ doc.title }}</a>
</li>
{%- endfor -%}
</ul>