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 = [
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]
89ignore-hidden = true
910[default ]
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments