2020-08-16 09:54:33 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
lang: en
|
2020-08-17 20:11:19 +00:00
|
|
|
ref: participants-2020
|
2020-08-21 18:25:52 +00:00
|
|
|
title: 2020 Participants
|
2020-08-16 09:54:33 +00:00
|
|
|
---
|
|
|
|
|
2020-08-17 20:11:19 +00:00
|
|
|
{% assign participants = site.data.rf2020.participants | sort_natural: "fullname" %}
|
2020-08-16 09:54:33 +00:00
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
<article class="page-content news-post margin-128-bottom">
|
2020-08-16 09:54:33 +00:00
|
|
|
<div class="content post-item">
|
|
|
|
<div class="post-header">
|
2020-08-16 16:03:53 +00:00
|
|
|
<h2>{{ site.data.translations.participants[page.lang] }}</h2>
|
2020-08-16 09:54:33 +00:00
|
|
|
</div>
|
2020-08-16 16:03:53 +00:00
|
|
|
<div class="post-content margin-16-bottom inline-block">
|
2020-08-16 09:54:33 +00:00
|
|
|
<ul>
|
|
|
|
{% for participant in participants %}
|
|
|
|
<li>
|
2020-08-16 16:03:53 +00:00
|
|
|
<a class="block with-url-arrow" href="/rf2020/participants/{{ participant.ref }}.html">{{ participant.fullname }}</a>
|
2020-08-16 09:54:33 +00:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</article>
|