shadowfacts.net/site/index.html.ejs

13 lines
275 B
Plaintext

```
metadata.title = "Shadowfacts"
metadata.layout = "default.html.ejs"
```
<div class="main">
<% for (const post of posts) { %>
<%- include("includes/article-listing.html.ejs", { post }) %>
<% } %>
</div>
<%- include("includes/pagination.html.ejs", { pagination }) %>