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

14 lines
372 B
HTML

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