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

15 lines
425 B
HTML

---
layout: default
title: All pages
menu: ['global']
---
{%- include /functions/wiki-pages.html -%}
<ul class="columns">
{%- for page in wiki_pages -%}
<li>
<a href="{{ page.url }}.html">{{ page.title }}</a>&nbsp; [{{ page.bytes }} bytes]
{%- if page.author -%}&nbsp;(by <a href="/{{ site.data.i18n[site.lang].prefix.user }}{{ page.author }}.html">{{ page.author }}</a>) {%- endif -%}
</li>
{%- endfor -%}
</ul>