wiki.clockworkpi.com/_global/Special:AllPages.html
2019-05-05 18:46:56 +02:00

15 lines
438 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="/{{ site.data.i18n[site.lang].prefix.tag }}{{ page.slug }}.html">{{ page.title }}</a>
{%- if page.author -%}&nbsp;(by <a href="/{{ site.data.i18n[site.lang].prefix.user }}{{ page.author }}.html">{{ page.author }}</a>) {%- endif -%}
</li>
{%- endfor -%}
</ul>