Skip to content

Commit 60104f0

Browse files
committed
Use configured event_year more consistently
1 parent a4add64 commit 60104f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

templates/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% import "macros/svgs.html" as svgs %}
44
{% import "macros/md.html" as md %}
55

6-
{% block title %}Warwick Speedrunning 2024{% endblock title %}
6+
{% block title %}Warwick Speedrunning {{ config.extra.event_year}} {% endblock title %}
77
{% block header %}{% endblock header %}
88
{% block main_extra %}{% endblock %}
99
{% block outercontents %}

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{ super() }}
88
{% endblock %}
99

10-
{% block title %}Warwick Speedrunning 2024{% endblock title %}
10+
{% block title %}Warwick Speedrunning {{ config.extra.event_year }} {% endblock title %}
1111
{% block header %}{% endblock header %}
1212
{% block main_extra %}{% endblock %}
1313
{% block outercontents %}
@@ -47,7 +47,7 @@
4747
<p class="phase-during" hidden>Donate <strong><a target="_blank" href="https://warwickspeed.run/donate"> on Tiltify!</a></strong>!</p>
4848
<p class="phase-after" hidden><strong>WASD {{ config.extra.event_year }} has finished!</strong> Thanks for supporting us and SpecialEffect!</p>
4949
<!--<p class="phase-after" hidden><strong>WASD {{ config.extra.event_year }} raised £1615 for SpecialEffect.</strong> Thanks everyone for your support!</p>-->
50-
<!--<p class="phase-after" hidden>More info on WASD 2025 will be released soon ...</P>-->
50+
<p class="phase-after" hidden>More info on WASD {{ config.extra.event_year | int + 1}} will be released soon ...</p>
5151

5252
</div>
5353
<div class="buttons">

templates/parts/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<link rel="preload" as="font" type="font/woff2" href="/fonts/montserrat-v26-latin-normal.woff2" />#}
3636

3737
{# Open Graph #}
38-
<meta property="og:title" content="Warwick Speedrunning 2024" />
38+
<meta property="og:title" content="Warwick Speedrunning {{ config.extra.event_year }}" />
3939
<meta name="description" content="A student-led speedrunning marathon in the UK supporting SpecialEffect." />
4040
<meta property="og:description" content="A student-led speedrunning marathon in the UK supporting SpecialEffect." />
4141
<meta property="og:url" content="{{current_url | safe }}" />

0 commit comments

Comments
 (0)