photos.amdavidson.com/_layouts/gallery-index.html

16 lines
275 B
HTML

---
layout: default
---
<article>
<header>
<h1 class="post-title">Photos</h1>
</header>
<ul>
{% for gallery in page.galleries %}
<li><a href="/{{gallery['slug']}}">{{gallery['title']}}</a> - {{gallery['date']}}</li>
{% endfor %}
</ul>
</article>
{{ data }}