excavations-website/index.html
2021-10-22 22:32:26 +00:00

15 lines
222 B
HTML

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