openalt_ro/themes/openalt/layout/_partial/feed.ejs
2025-11-09 21:24:34 +01:00

11 lines
No EOL
290 B
Text

<div class="narrow_view">
<% page.posts.forEach(function(post) { %>
<%- include('post_feed', { post: post }) %>
<% }); %>
<div class="pagination">
<% if (page.next) { %>
<a href="<%- url_for(page.next_link) %>"></a>
<% } %>
</div>
</div>