File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ extend-exclude = [
3
3
" .git/" ,
4
4
" .github/workflows/typo_config.toml" ,
5
5
" assets/js/*.min.*" ,
6
- " pages/feeds/*.xml"
6
+ " pages/feeds/*.xml" ,
7
+ " _posts/2024-11-08-sc-candidates.md"
7
8
]
8
9
ignore-hidden = true
9
10
[default ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ US-RSE Steering Committee**
29
29
{% elsif nowunix >= nom_close and nowunix < can_ann %}
30
30
** Nominations have closed! We will be announcing the candidates shortly.**
31
31
{% 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 ) !**
33
33
{% elsif nowunix >= vote_open and nowunix < vote_close %}
34
34
** Voting for the US-RSE Steering Committee are now open!**
35
35
{% else %}
You can’t perform that action at this time.
0 commit comments