openalt_ro/themes/openalt/layout/index.ejs
2025-11-21 09:09:26 +01:00

11 lines
No EOL
263 B
Text

<div class="homepage">
<%- include("_partial/index_event", {
item: site.posts.sort('-date')
}) %>
<%- include("_partial/index_minifeed", {
item: site.posts.sort('-date')
}) %>
<%- include("_partial/index_partners") %>
</div>