File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ <h2 class="title" style="font-size:20pt">
27
27
</ div >
28
28
{% endif %}
29
29
30
- {% assign week = today - 7 %}
31
- {% if site.categories["announcements"] | size > 0 %}
30
+ {% assign week = today | minus: 7 %}
31
+ {% if site.categories["announcements"] or size > 0 %}
32
32
< div class ="alert announcement ">
33
33
< div class ="head ">
34
34
< p > Hey! Here are the past week's announcements, latest first:
@@ -59,7 +59,7 @@ <h2>{{ announcement.title }} <span class="pull-right">{{ announcement.date | dat
59
59
</ div >
60
60
{% endif %}
61
61
62
- {% if site.categories["practices"] | size > 0 %}
62
+ {% if site.categories["practices"] or size > 0 %}
63
63
{% for practice in site.categories["practices"] limit:1 %}
64
64
< a href ="{{ site.baseurl }}{{ practice.url }} ">
65
65
< div class ="alert practice ">
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1 class="title" style="text-align:center">Illinois Programming League</h1>
12
12
</ div >
13
13
14
14
< div class ="item ">
15
- < p style ="text-align:center "> Sponsored By Caterpillar </ p >
15
+ < p style ="text-align:center "> Sponsored By JQ Investments </ p >
16
16
</ div >
17
17
18
18
< div class ="item ">
@@ -66,7 +66,7 @@ <h2 class="title">Where?</h2>
66
66
67
67
< div class ="item ">
68
68
< h2 class ="title "> Food</ h2 >
69
- < b > Free pizza</ b > will be provided for IPL contestants! (starting 6:45 PM)< br >
69
+ < b > No Free pizza :( </ b > will be provided for IPL contestants! (starting 6:45 PM)< br >
70
70
</ div >
71
71
72
72
< div class ="item ">
@@ -126,5 +126,5 @@ <h2 class="title">Questions?</h2>
126
126
127
127
< div class ="item ">
128
128
< h2 class ="title "> Sponsors</ h2 >
129
- Caterpillar
129
+ JQ Investments
130
130
</ div >
You can’t perform that action at this time.
0 commit comments