We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2afae0 commit 3151c09Copy full SHA for 3151c09
pages/about/election.md
@@ -18,7 +18,12 @@ election_results: 2024-12-20T00:00:00 +0000
18
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}
19
{% capture nom_open %}{{nominations_open | date: '%s'}}{% endcapture %}
20
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 %}
25
**Elections for the US-RSE Steering Committee are around the corner**
26
+{% endif %}
27
28
<hr>
29
0 commit comments