Skip to content

Commit 3151c09

Browse files
committed
Updates elections page
- Adds a message for once nominations open - Replaces the message automatically after they open
1 parent b2afae0 commit 3151c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/about/election.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ election_results: 2024-12-20T00:00:00 +0000
1818
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}
1919
{% capture nom_open %}{{nominations_open | date: '%s'}}{% endcapture %}
2020

21+
{% if nowunix < nom_open %}
22+
**Elections are open! Please see the "Nominations and Candidate Information"
23+
section to apply for or nominate someone for the US-RSE Steering Committee**
24+
{% else %}
2125
**Elections for the US-RSE Steering Committee are around the corner**
26+
{% endif %}
2227

2328
<hr>
2429

0 commit comments

Comments
 (0)