mirror of
https://gitlab.com/OpenAlt/OpenAltRO/openalt_ro.git
synced 2026-09-24 14:26:49 +00:00
11 lines
No EOL
415 B
Text
11 lines
No EOL
415 B
Text
<section class="event">
|
|
<% counter = 2 %>
|
|
<% page.posts.forEach(function(post) { %>
|
|
<% post.tags.data.forEach(function(tag) { %>
|
|
<% if ( (tag.name == "Events") && (counter != 0) ) { %>
|
|
<%- include('post_preview', { post: post, source: "index", event: counter }) %>
|
|
<% counter = counter - 1 %>
|
|
<% } %>
|
|
<% }); %>
|
|
<% }); %>
|
|
</section> |