File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ linkedin_url:
2828pinterest_url :
2929slack_url : https://flutterstudygroup.slack.com/messages/CDZAE1S2U
3030twitter_url : https://twitter.com/ChicagoFlutter
31+ meetup_url : https://www.meetup.com/Flutter-Chicago
3132
3233# build settings
3334markdown : kramdown
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ linkedin_url:
2828pinterest_url :
2929slack_url : https://flutterstudygroup.slack.com/messages/CDZAE1S2U
3030twitter_url : https://twitter.com/ChicagoFlutter
31+ meetup_url : https://www.meetup.com/Flutter-Chicago
3132
3233# build settings
3334markdown : kramdown
Original file line number Diff line number Diff line change @@ -97,12 +97,13 @@ <h3>Address</h3>
9797 {% if site.linkedin_url %}
9898 < li > < a href ="{{ site.linkedin_url }} " class ="icon alt fa-linkedin " target ="_blank "> < span class ="label "> LinkedIn</ span > </ a > </ li >
9999 {% endif %}
100+ {% if site.meetup_url %}
101+ < li > < a href ="{{ site.meetup_url }} " class ="icon alt fa-meetup " target ="_blank "> < span class ="label "> Meetup</ span > </ a > </ li >
102+ {% endif %}
100103 </ ul >
101104 < ul class ="copyright ">
102105 < li > © {{ site.title }} {{ site.subtitle }}</ li >
103106 < li > Design: < a href ="https://html5up.net " target ="_blank "> HTML5 UP</ a > </ li >
104- < li > Jekyll integration: < a href ="http://andrewbanchi.ch " target ="_blank "> Andrew Banchich</ a > </ li >
105-
106107 </ ul >
107108 </ div >
108109 </ footer >
You can’t perform that action at this time.
0 commit comments