mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
14 lines
297 B
Text
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>
|