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