mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-05-01 02:19:41 +02:00
Remove html suffixes
This commit is contained in:
@@ -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> [{{ page.bytes }} bytes]
|
||||
{%- if page.author_full -%} (by <a href="{{ page.author_full.url }}.html">{{ page.author_full.name }}</a>) {%- endif -%}
|
||||
<a href="{{ page.url }}">{{ page_name }}</a> [{{ page.bytes }} bytes]
|
||||
{%- if page.author_full -%} (by <a href="{{ page.author_full.url }}">{{ page.author_full.name }}</a>) {%- endif -%}
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user