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