We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb7659 commit 1e47f5bCopy full SHA for 1e47f5b
1 file changed
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:"T09:30Z" %}
+{% assign start_time = next_hack.date | slice:0,10 | append:"T08:30Z" %}
9
10
<p class="lead">
11
An online event where you can meet friends and work on something new
0 commit comments