wiki.clockworkpi.com/_global/Special:ShortPages.html
2019-05-18 12:58:23 +02:00

14 lines
292 B
HTML

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