mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-27 14:12:38 +01:00
Issue #6 List of pages per user
This commit is contained in:
@@ -3,8 +3,7 @@ layout: default
|
||||
title: Short pages
|
||||
menu: ['global']
|
||||
---
|
||||
{%- include /functions/wiki-pages.html -%}
|
||||
{%- assign long_pages = wiki_pages | sort: 'bytes' -%}
|
||||
{%- assign long_pages = site.data.wiki_pages | sort: 'bytes' -%}
|
||||
<ol>
|
||||
{%- for page in long_pages limit:50 -%}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user