Skip to content

Commit 4ca2001

Browse files
committed
update sponsor
1 parent b6456b7 commit 4ca2001

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

home.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h2 class="title" style="font-size:20pt">
2727
</div>
2828
{% endif %}
2929

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 %}
3232
<div class="alert announcement">
3333
<div class="head">
3434
<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
5959
</div>
6060
{% endif %}
6161

62-
{% if site.categories["practices"] | size > 0 %}
62+
{% if site.categories["practices"] or size > 0 %}
6363
{% for practice in site.categories["practices"] limit:1 %}
6464
<a href="{{ site.baseurl }}{{ practice.url }}">
6565
<div class="alert practice">

ipl.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1 class="title" style="text-align:center">Illinois Programming League</h1>
1212
</div>
1313

1414
<div class="item">
15-
<p style="text-align:center">Sponsored By Caterpillar</p>
15+
<p style="text-align:center">Sponsored By JQ Investments</p>
1616
</div>
1717

1818
<div class="item">
@@ -66,7 +66,7 @@ <h2 class="title">Where?</h2>
6666

6767
<div class="item">
6868
<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>
7070
</div>
7171

7272
<div class="item">
@@ -126,5 +126,5 @@ <h2 class="title">Questions?</h2>
126126

127127
<div class="item">
128128
<h2 class="title">Sponsors</h2>
129-
Caterpillar
129+
JQ Investments
130130
</div>

0 commit comments

Comments
 (0)