Skip to content

Commit a04caa3

Browse files
Merge remote-tracking branch 'schlos/patch-7' into development
2 parents c145ab5 + b82a10a commit a04caa3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

html-templates/includes/home.meetups.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{load_templates subtemplates/people.tpl}
44

55
{if $nextMeetup}
6-
<h2>{_ "Next Meetup"}</h2>
6+
<h2>{_ "Next Meetup"} <i style="color:#dd3333" class="fa fa-meetup" aria-hidden="true"></i></h2>
77
{meetup $nextMeetup}
88
{/if}
99

1010
{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>
1212
{foreach item=futureMeetup from=$futureMeetups}
1313
{meetup $futureMeetup}
1414
{/foreach}
15-
{/if}
15+
{/if}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
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>

0 commit comments

Comments
 (0)