mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-30 16:42:40 +02:00
Issue #3 List of pages (long and short)
This commit is contained in:
14
_global/Special:ShortPages.html
Normal file
14
_global/Special:ShortPages.html
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: default
|
||||
title: Short pages
|
||||
menu: ['global']
|
||||
---
|
||||
{%- include /functions/wiki-pages.html -%}
|
||||
{%- assign long_pages = wiki_pages | sort: 'bytes' -%}
|
||||
<ol>
|
||||
{%- for page in long_pages limit:50 -%}
|
||||
<li>
|
||||
<a href="{{ page.url }}.html">{{ page.title }}</a> [{{ page.bytes }} bytes]
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
</ol>
|
||||
Reference in New Issue
Block a user