Skip to content

Commit d9c5210

Browse files
committed
Hacked the calendar feed until it can be properly fixed (specified event details manually).
1 parent d18a1eb commit d9c5210

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

views/layout.jade

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,10 @@ html(lang="en")
3232
.events.section
3333
h2 events
3434
ul
35-
each item in events
36-
li
37-
a(href='http://www.google.com/calendar/feeds/nodekc.org_e8lg6hesldeld1utui23ebpg7k%40group.calendar.google.com/public/basic', target='_blank')
38-
.time= item.when
39-
h3= item.title
40-
p= item.details
35+
li
36+
.time Tue, Jan 31 7:00pm CST
37+
h3 EVENT: Inaugural meetup
38+
p We'll discuss the intent of the group and announce the first project.
4139

4240
.messages.section
4341
h2 messages

0 commit comments

Comments
 (0)