rf-web/_includes/common/logo.html

17 lines
350 B
HTML
Raw Normal View History

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 %}
<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 %}
</H1>
2020-09-05 14:12:50 +00:00
{% endif %}