mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 08:48:51 +01:00
13 lines
276 B
HTML
13 lines
276 B
HTML
---
|
|
layout: default
|
|
title: Users
|
|
menu: ['global']
|
|
---
|
|
<ul>
|
|
{%- for author in site.data.authors -%}
|
|
<li>
|
|
<a href="{{ author.url }}">{{ author.name }}</a> (<a href="{{ author.contributions_url }}">{{author.contributions_count}} pages</a>)
|
|
</li>
|
|
{%- endfor -%}
|
|
</ul>
|