We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18a1eb commit d9c5210Copy full SHA for d9c5210
views/layout.jade
@@ -32,12 +32,10 @@ html(lang="en")
32
.events.section
33
h2 events
34
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
+ li
+ .time Tue, Jan 31 7:00pm CST
+ h3 EVENT: Inaugural meetup
+ p We'll discuss the intent of the group and announce the first project.
41
42
.messages.section
43
h2 messages
0 commit comments