File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 27
27
h3.location-header
28
28
strong {{ location.title }}
29
29
| {{ location.date }}
30
- address.
31
- {{ location.address1 }}#[ br]
32
- {{ location.address2 }}, {{ location.city }}, {{ location.state }} {{ location.zip }}
30
+ address
31
+ a( :href ='location.map' , target ='_blank' ) .
32
+ {{ location.address1 }}#[ br]
33
+ {{ location.address2 }}, {{ location.city }}, {{ location.state }} {{ location.zip }}
33
34
p
34
35
a( href ='https://www.meetup.com/hackforla/' ,
35
36
target ='_blank' ) .btn.btn-primary RSVP on Meetup
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ location:
24
24
state : CA
25
25
title : Westside
26
26
zip : ' 90401'
27
+ map : ' https://duckduckgo.com/?q=525+Colorado+Ave.%2C+Santa+Monica%2C+CA+90401&t=h_&ia=maps&iaxm=maps'
27
28
- address1 : ' La Kretz Innovation Center, Room 401'
28
29
address2 : 525 S Hewitt St
29
30
city : Los Angeles
@@ -32,6 +33,7 @@ location:
32
33
state : CA
33
34
title : Downtown
34
35
zip : ' 90013'
36
+ map : ' https://duckduckgo.com/?q=525+S+Hewitt+St%2C+Los+Angeles%2C+CA+90013&t=h_&ia=maps&iaxm=maps'
35
37
title : Hack Nights - Every Monday & Tuesday
36
38
projects :
37
39
- dek : ' '
You can’t perform that action at this time.
0 commit comments