Public Access
1
0
Files
11ty-site/index.md
2025-08-05 18:18:10 -04:00

17 lines
323 B
Markdown

---
subject: World
---
# Hello {{ subject }}
You can type here!
- [Markdown](https://www.11ty.dev/docs/languages/markdown/)
- [Liquid](https://www.11ty.dev/docs/languages/liquid/)
## Posts
{%- for post in collections.posts %}
- [{{ post.data.title }}]({{ post.url}})
{%- endfor %}
_Built with {{ eleventy.generator }}_