We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4390d9 commit b82a10aCopy full SHA for b82a10a
html-templates/includes/home.meetups.tpl
@@ -3,13 +3,13 @@
3
{load_templates subtemplates/people.tpl}
4
5
{if $nextMeetup}
6
- <h2>{_ "Next Meetup"}</h2>
+ <h2>{_ "Next Meetup"} <i style="color:#dd3333" class="fa fa-meetup" aria-hidden="true"></i></h2>
7
{meetup $nextMeetup}
8
{/if}
9
10
{if count($futureMeetups)}
11
- <h2>{_ "Future Meetups"}</h2>
+ <h2>{_ "Future Meetups"} <i style="color:#dd3333" class="fa fa-meetup" aria-hidden="true"></i></h2>
12
{foreach item=futureMeetup from=$futureMeetups}
13
{meetup $futureMeetup}
14
{/foreach}
15
-{/if}
+{/if}
0 commit comments