force 404 page message to center
[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/?p={{exhibit.name}}.git'>
6 {{exhibit.name}}
7 </a>
8 </h1>
9 {{exhibit.description}}
10 </div>
11 {% endfor %}
12 </div>