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

@@ -11,8 +11,8 @@ menu: ['global']
{%- assign page_name = page_name | append: " - " | append: page.title -%}
{%- endif -%}
<li>
<a href="{{ page.url }}.html">{{ page_name }}</a>&nbsp; [{{ page.bytes }} bytes]
{%- if page.author_full -%}&nbsp;(by <a href="{{ page.author_full.url }}.html">{{ page.author_full.name }}</a>) {%- endif -%}
<a href="{{ page.url }}">{{ page_name }}</a>&nbsp; [{{ page.bytes }} bytes]
{%- if page.author_full -%}&nbsp;(by <a href="{{ page.author_full.url }}">{{ page.author_full.name }}</a>) {%- endif -%}
</li>
{%- endfor -%}
</ul>