shadowfacts.net/site/index.html.ejs

13 lines
275 B
Plaintext
Raw Permalink Normal View History

2019-01-04 18:14:53 +00:00
```
metadata.title = "Shadowfacts"
metadata.layout = "default.html.ejs"
```
<div class="main">
<% for (const post of posts) { %>
2020-01-28 00:31:59 +00:00
<%- include("includes/article-listing.html.ejs", { post }) %>
2019-01-04 18:14:53 +00:00
<% } %>
</div>
2020-01-28 00:31:59 +00:00
<%- include("includes/pagination.html.ejs", { pagination }) %>