2020-11-22 23:10:48 +00:00
|
|
|
{% assign pathstub = page.path | split: "/" | first %}
|
|
|
|
|
|
|
|
|
2020-09-05 14:12:50 +00:00
|
|
|
{% if include.size == 'small' %}
|
|
|
|
<H1 class="logo logo-sm">Reclaim Futures 2020</H1>
|
|
|
|
{% else %}
|
2020-09-09 11:05:53 +00:00
|
|
|
<H1 class="logo">
|
2020-11-22 23:10:48 +00:00
|
|
|
Reclaim<br />
|
|
|
|
Futures
|
|
|
|
{% if pathstub == 'rf2020' %}
|
|
|
|
<br />2020
|
2022-05-27 16:20:53 +00:00
|
|
|
{% elsif pathstub == 'rf2022' %}
|
|
|
|
<br />2022
|
2020-11-22 23:10:48 +00:00
|
|
|
{% endif %}
|
2020-09-09 11:05:53 +00:00
|
|
|
</H1>
|
|
|
|
|
2020-09-05 14:12:50 +00:00
|
|
|
{% endif %}
|