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

13 lines
286 B
HTML

---
layout: default
title: Users
menu: ['global']
---
<ul>
{%- for author in site.data.authors -%}
<li>
<a href="{{ author.url }}.html">{{ author.name }}</a> (<a href="{{ author.contributions_url }}.html">{{author.contributions_count}} pages</a>)
</li>
{%- endfor -%}
</ul>