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:
@@ -7,7 +7,7 @@ menu: ['global']
|
||||
<ol>
|
||||
{%- for page in long_pages limit:50 -%}
|
||||
<li>
|
||||
<a href="{{ page.url }}.html">{{ page.title }}</a> [{{ page.bytes }} bytes]
|
||||
<a href="{{ page.url }}">{{ page.title }}</a> [{{ page.bytes }} bytes]
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user