| layout | page |
|---|---|
| image_header | |
| intro | |
| title | Our News and Events |
| headtitle | News and Events | Georgia Tech Visualization Lab |
| permalink | /news/ |
If you have news items to publish, add them by following these instructions.
{% assign sorted-news = site.data.news | sort: '_date' | reverse %}
{% for news in sorted-news %}
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 1 %}
{% endif %}
{% endfor %}