presentations/building-static-websites-sculpin/code/content-types.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
153 B
Text
Raw Normal View History

2024-05-23 17:09:30 +01:00
---
title: My Daily Email Archive
layout: default
use:
2024-08-28 13:00:00 +01:00
- daily_email
2024-05-23 17:09:30 +01:00
---
{% for email in data.daily_emails %}
2024-08-28 13:00:00 +01:00
<p>{{ email.title }}</p>
2024-05-23 17:09:30 +01:00
{% endfor %}