We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b266429 commit f94807aCopy full SHA for f94807a
pages/index.html
@@ -5,7 +5,7 @@
5
6
{% assign sorted_hacks = site.hacks | where:"upcoming",true | sort:"date" | reverse %}
7
{% assign next_hack = sorted_hacks | first %}
8
-{% assign start_time = next_hack.date | slice:0,10 | append:"T08:30Z" %}
+{% assign start_time = next_hack.date | slice:0,10 | append:"T09:30Z" %}
9
10
<p class="lead">
11
An online event where you can meet friends and work on something new
0 commit comments