openalt_ro/themes/openalt/layout/index.ejs

14 lines
297 B
Text

<style>
main { margin-top: 0 !important; }
body { overflow-x: hidden; }
</style>
<div class="homepage">
<%- include("_partial/index_event") %>
<%- include("_partial/index_minifeed", {
item: site.posts.sort('-date')
}) %>
<%- include("_partial/index_partners") %>
</div>