rpcsx-site/donators.html
Spotlight f21cb2e56c
Default to having a page wrapped in a section
This allows easier editing with markdown.
2021-05-03 21:00:22 -05:00

16 lines
436 B
HTML

---
title: Donators
---
<h1 class="center"><i class="mdi mdi-account-multiple"></i> Donators</h1>
<p class="center">We thank all of our donators. They ensure that WiiLink24 will thrive for years to come!</p>
<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>