Files
Protocol-oral-history-project/index.md
2024-12-03 08:58:34 -07:00

13 lines
213 B
Markdown

---
layout: home
---
{% for story in site.stories %}
<h2>
<a href="{{ story.url }}">
{{ story.narrator }}: {{ story.subject }}
</a>
</h2>
<p>{{ story.summary | markdownify }}</p>
{% endfor %}