]> Witch of Git - web/blog/blob - index.html
Add basic eleventy setup
[web/blog] / index.html
1 ---
2 layout: "layouts/layout.njk"
3 ---
4 {% for post in collections.posts %}
5 <h2><a href="{{ post.url }}">{{ post.data.title }}</a></h2>
6 Hello Post Right Here
7 {% endfor %}