Files
Protocol-oral-history-project/index.md
Nathan Schneider d2087bd421 Initial commit
2024-12-02 08:41:18 -07:00

13 lines
211 B
Markdown

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