mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2026-03-29 08:02:40 +02:00
Issue #6 List of pages per user
This commit is contained in:
@@ -3,12 +3,11 @@ layout: default
|
||||
title: All pages
|
||||
menu: ['global']
|
||||
---
|
||||
{%- include /functions/wiki-pages.html -%}
|
||||
<ul class="columns">
|
||||
{%- for page in wiki_pages -%}
|
||||
{%- for page in site.data.wiki_pages -%}
|
||||
<li>
|
||||
<a href="{{ page.url }}.html">{{ page.title }}</a> [{{ page.bytes }} bytes]
|
||||
{%- if page.author -%} (by <a href="/{{ site.data.i18n[site.lang].prefix.user }}{{ page.author }}.html">{{ page.author }}</a>) {%- endif -%}
|
||||
{%- if page.author_full -%} (by <a href="{{ page.author_full.url }}.html">{{ page.author_full.name }}</a>) {%- endif -%}
|
||||
</li>
|
||||
{%- endfor -%}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user