2020-07-29 16:24:30 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
lang: en
|
|
|
|
---
|
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
|
|
|
|
<article class="page-content margin-64-bottom event">
|
2020-07-29 16:24:30 +00:00
|
|
|
<div class="content post-item">
|
|
|
|
<header class="post-header">
|
2020-08-16 09:54:33 +00:00
|
|
|
<div class="flex flex-col">
|
2020-08-16 16:03:53 +00:00
|
|
|
<h2>
|
|
|
|
{{ page.title_ | strip }}
|
|
|
|
<small>
|
|
|
|
[{{ page.format | strip }}]
|
|
|
|
</small>
|
|
|
|
</h2>
|
2020-08-16 09:54:33 +00:00
|
|
|
</div>
|
2020-08-16 16:03:53 +00:00
|
|
|
|
|
|
|
<!-- <div class="flex flex-col margin-16-left text-center">
|
|
|
|
<small class="textbox-sm inline-block ">
|
|
|
|
[{{ page.format }}]
|
|
|
|
</small>
|
|
|
|
</div> -->
|
2020-08-16 09:54:33 +00:00
|
|
|
</header>
|
|
|
|
|
2020-08-16 16:03:53 +00:00
|
|
|
<div class="post-content margin-16-bottom">
|
|
|
|
<!-- <h3>
|
2020-07-30 10:06:45 +00:00
|
|
|
Description:
|
2020-08-16 16:03:53 +00:00
|
|
|
</h3> -->
|
2020-07-29 16:24:30 +00:00
|
|
|
<p>
|
2020-07-30 10:06:45 +00:00
|
|
|
{{ page.description | markdownify }}
|
|
|
|
</p>
|
2020-07-29 16:24:30 +00:00
|
|
|
</div>
|
2020-08-16 16:03:53 +00:00
|
|
|
<div class="flex flex-row flex-justify-space-between">
|
|
|
|
<div class="post-content inline-block">
|
|
|
|
<h3>
|
|
|
|
In this {{ page.format }}:
|
|
|
|
</h3>
|
|
|
|
{% for id in page.participants %}
|
|
|
|
{% for participant in site.data.rf2020.participants %}
|
|
|
|
{% if participant.id == id %}
|
|
|
|
|
|
|
|
<a class="block with-url-arrow" href="/rf2020/participants/{{ participant.ref }}.html">{{ participant.fullname }}</a>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
<div class="post-content inline-block margin-16-left">
|
|
|
|
<h3 class="text-right">
|
|
|
|
Event date/time:
|
|
|
|
</h3>
|
|
|
|
<p class="text-right">
|
|
|
|
{{ page.date | date: "%d.%m.%y" }}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-07-29 16:24:30 +00:00
|
|
|
</div>
|
|
|
|
</article>
|