wiki.clockworkpi.com/_global/Special:LongPages.html
2019-05-17 10:40:25 +02:00

15 lines
334 B
HTML

---
layout: default
title: Long pages
menu: ['global']
---
{%- include /functions/wiki-pages.html -%}
{%- assign long_pages = wiki_pages | sort: 'bytes' | reverse -%}
<ol>
{%- for page in long_pages limit:50 -%}
<li>
<a href="{{ page.url }}.html">{{ page.title }}</a>&nbsp; [{{ page.bytes }} bytes]
</li>
{%- endfor -%}
</ol>