Skip to content

Latest commit

 

History

History
45 lines (44 loc) · 2.19 KB

conferences.md

File metadata and controls

45 lines (44 loc) · 2.19 KB
title source
Conferences
tree/master/_data/conferences
{% assign conferences = site.data.conferences | sort %} {% for conference_hash in conferences %} {% assign conference = conference_hash[1] %} {% assign conference_name = conference_hash[0] | replace: '_', ' ' %} {% endfor %}
Name Location Calendar
{{ conference_name }} {% if conference.website %}{% endif %} {% if conference.twitter %}{% endif %} {% if conference.email %}{% endif %} {% if conference.facebook %}{% endif %} {% if conference.linkedin %}{% endif %} {% if conference.instagram %}{% endif %} {% if conference.description %}{% endif %} {{ conference.where|default:'WARNING: NOT SET LOCATION' }} {{ conference.when|default:'WARNING: NOT SET WHEN' }}
<script> $('.circular.icon.link').popup({ inline: true }); </script>