Skip to content

Commit cea82bb

Browse files
committed
Updates election page
- Adds link to the top of page notification message - Adds the SC candidate post page to ignore list for typo automation
1 parent 3754c7c commit cea82bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/typo_config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ extend-exclude = [
33
".git/",
44
".github/workflows/typo_config.toml",
55
"assets/js/*.min.*",
6-
"pages/feeds/*.xml"
6+
"pages/feeds/*.xml",
7+
"_posts/2024-11-08-sc-candidates.md"
78
]
89
ignore-hidden = true
910
[default]

pages/about/election.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ US-RSE Steering Committee**
2929
{% elsif nowunix >= nom_close and nowunix < can_ann %}
3030
**Nominations have closed! We will be announcing the candidates shortly.**
3131
{% elsif nowunix >= can_ann and nowunix < vote_open %}
32-
**Meet the nominees for this year's Steering Committee!**
32+
**Meet the [nominees for this year's Steering Committee](#candidate-information)!**
3333
{% elsif nowunix >= vote_open and nowunix < vote_close %}
3434
**Voting for the US-RSE Steering Committee are now open!**
3535
{% else %}

0 commit comments

Comments
 (0)