Files
excavations-website/index.html

15 lines
206 B
HTML

---
layout: default
---
<div class="home">
{% for project in site.projects %}
<h2><a href="{{ project.url }}">
{{ project.title }}
</a></h2>
<p>{{ project.artist }}</p>
{% endfor %}
</div>