File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 3
3
{ load_templates subtemplates/people.tpl}
4
4
5
5
{ if $nextMeetup }
6
- <h2 >{ _ " Next Meetup" } </h2 >
6
+ <h2 >{ _ " Next Meetup" } < i style = " color : #dd3333 " class = " fa fa-meetup " aria-hidden = " true " ></ i > </h2 >
7
7
{ meetup $nextMeetup }
8
8
{ /if }
9
9
10
10
{ if count($futureMeetups )}
11
- <h2 >{ _ " Future Meetups" } </h2 >
11
+ <h2 >{ _ " Future Meetups" } < i style = " color : #dd3333 " class = " fa fa-meetup " aria-hidden = " true " ></ i > </h2 >
12
12
{ foreach item= futureMeetup from= $futureMeetups }
13
13
{ meetup $futureMeetup }
14
14
{ /foreach }
15
- { /if }
15
+ { /if }
Original file line number Diff line number Diff line change
1
+ # For Awesome font support, request your CDN at http://fontawesome.io/get-started/ and replace with script below
2
+ <script src =" https://use.fontawesome.com/c71ea157d8.js" ></script >
You can’t perform that action at this time.
0 commit comments