54ec0d892208cc0d7463d9161d482d822a3aa3ee
[disinclined.org.git] / _includes / exhibits.html
1 <div id='exhibit'>
2 {% for exhibit in site.data.personal-projects %}
3 <div class='exhibit' id='{{exhibit.name}}'>
4 <h1 id='{{exhibit.name}}'>
5 <a href='/git/{{exhibit.name}}/'>
6 {{exhibit.name}}
7 </a>
8 </h1>
9 {{exhibit.description}}
10 </div>
11 {% endfor %}
12 </div>