File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,9 @@ sponsors:
108
108
109
109
user_tracking : true
110
110
111
+ show_competition_status : true
112
+ competition_status_previous_event : Virtual League
113
+
111
114
exclude :
112
115
- README.md
113
116
- Rakefile
Original file line number Diff line number Diff line change @@ -27,6 +27,15 @@ <h4>Latest Post</h4>
27
27
{{ latest_post.date | date: "%e %B, %Y" }}
28
28
</ div >
29
29
</ div >
30
+ {% if site.show_competition_status %}
31
+ < div class ="content ">
32
+ < h4 > Competition Status</ h4 >
33
+ < a href ="https://studentrobotics.org/comp/league "> Leaderboard</ a >
34
+ < div class ="content-details ">
35
+ after the {{ site.competition_status_previous_event }}
36
+ </ div >
37
+ </ div >
38
+ {% endif %}
30
39
< div class ="content ">
31
40
{% assign next_event = site.events | where_exp: "event", "event.date > site.time"
32
41
| where_exp: "event", "event.cancelled != true" | first %}
You can’t perform that action at this time.
0 commit comments