Skip to content

Commit b82a10a

Browse files
authored
Adding meetup branding
Adding feature described in issue #133
1 parent a4390d9 commit b82a10a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-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}

0 commit comments

Comments
 (0)