File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ <h2>Awesome Talks and Tutorials</h2>
109
109
< p class ="lead "> We featured over < strong > 60</ strong > talks & tutorials this year. Here's some crowd favorites!</ p >
110
110
< a href ="/schedule/ " class ="button "> See the full schedule</ a >
111
111
</ header >
112
- {% for post in site.schedule | limit:20 %}
113
- {% if post.permalink && post.room != 'filler' %}
112
+ {% for post in site.schedule %}
113
+ {% if post.permalink and post.room != 'filler' %}
114
114
< article
115
115
class ="event
116
116
{% if post.room == "Salon A-E " %}loc-main
Original file line number Diff line number Diff line change @@ -23562,7 +23562,7 @@ var parent = module.bundle.parent;
23562
23562
if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {
23563
23563
var hostname = "" || location.hostname;
23564
23564
var protocol = location.protocol === 'https:' ? 'wss' : 'ws';
23565
- var ws = new WebSocket(protocol + '://' + hostname + ':' + "51313 " + '/');
23565
+ var ws = new WebSocket(protocol + '://' + hostname + ':' + "65336 " + '/');
23566
23566
23567
23567
ws.onmessage = function (event) {
23568
23568
var data = JSON.parse(event.data);
You can’t perform that action at this time.
0 commit comments