16 lines
374 B
HTML
16 lines
374 B
HTML
---
|
|
title: Donators
|
|
icon: account-multiple
|
|
description: We thank all of our donators. They ensure that WiiLink will thrive for years to come!
|
|
---
|
|
|
|
<table>
|
|
<tr>
|
|
<th style="text-align:center">Thank you!</th>
|
|
</tr>
|
|
{% for donator in site.data.donators %}
|
|
<tr>
|
|
<td style="text-align:center">{{ donator }}</td>
|
|
</tr>
|
|
{% endfor %}
|
|
</table>
|