-
{% assign next_posts = site.posts | where_exp:"post","post.is_generated != true" | where_exp:"post","post.path != page.path" %}
{% assign shuffled_array = next_posts | shuffle %}
{% for post in shuffled_array limit:2 %}
-
{% if post.optimized_image %} {% elsif post.image %}
{% else %}
{% endif %}
{{ post.title }}
{{ post.description }}
{% endfor %}