@@ -33,23 +33,28 @@ html(lang="en")
3333 h2 events
3434 ul.container
3535 li
36- a( href ='https://www.google.com/calendar/b/0/embed?src=nodekc.org_e8lg6hesldeld1utui23ebpg7k@group.calendar.google.com&ctz=America/Chicago&gsessionid=RKXEjz6D5m8kzZ0lZunOpQ' )
37- .time Tue, Jan 31 7:00pm CST
38- h3 EVENT: Inaugural meetup
39- p We'll discuss the intent of the group and announce the first project.
40-
36+ .time Tue, Jan 31 7:00pm CST
37+ h3 EVENT: Inaugural meetup
38+ .subtitle snow & company -
39+ a( href ='http://g.co/maps/s9ms6' , target ='_blank' , title ='Map to Snow & Company' ) map
40+ p We'll discuss the intent of the group and announce the first project.
41+ li.more
42+ a( href ='https://www.google.com/calendar/b/0/embed?src=nodekc.org_e8lg6hesldeld1utui23ebpg7k@group.calendar.google.com&ctz=America/Chicago&gsessionid=RKXEjz6D5m8kzZ0lZunOpQ' , target ='_blank' ) calendar…
4143 h2 git
4244 ul.container
4345 each item in gitEvents
4446 li
45- a( href ="http://github.com/" + item .actor , target ="_blank" )
46- img( src ="https://secure.gravatar.com/avatar/" + item .actor_gravatar_id + "?s=140" )
47- .time = item .timeago
48- h3= item .actor
49- .subtitle = item .repo
50- each commit in item .commits
51- p= commit .message
52-
47+ .time = item .timeago
48+ h3
49+ a( href ='http://github.com/' + item .actor , target ='_blank' )
50+ img( src ='https://secure.gravatar.com/avatar/' + item .actor_gravatar_id + '?s=140' )
51+ #{item .actor }
52+ .subtitle = item .repo
53+ each commit in item .commits
54+ p= commit .message
55+ li.more
56+ a( href ='https://github.com/nodekc' ) nodekc on github…
57+
5358 .messages.section
5459 h2 messages
5560 ul.container
@@ -60,8 +65,8 @@ html(lang="en")
6065 h3= item .subject
6166 .subtitle by #{item .author }
6267 p= item .body
63- li
64- a.more ( href ='https://groups.google.com/group/nodekc' ) google group…
68+ li.more
69+ a( href ='https://groups.google.com/group/nodekc' ) google group…
6570 .tweets.section
6671 h2 tweets
6772 ul.container
@@ -72,5 +77,5 @@ html(lang="en")
7277 .time #{item .timeago }
7378 h3= item .created_by
7479 p= item .tweet
75- li
76- a.more ( href ='https://twitter.com/#!/nodekc' ) more tweets…
80+ li.more
81+ a( href ='https://twitter.com/#!/nodekc' ) more tweets…
0 commit comments