471 B
471 B
| layout | title | permalink |
|---|---|---|
| plain.njk | plain index | /boring/ |
{{ site.author }}
{{ site.tagline }}
Navigation
Recent posts
{% for post in collections.posts %}
- [{{ post.data.title }}]({{ post.url }}) — {{ post.date | readableDate }} {% endfor %} {% if not collections.posts.length %}
- (no posts yet) {% endif %}