--- layout: site image: assets/img-min/social/K-DwbsTXliY.webp description: my tech/gamedev/unity/c# blog author: apkd searchable: false --- {% assign featured_posts = site.posts | where: "featured", "true" %}
{% if featured_posts.size > 0 %} {% endif %}
{% for post in paginator.posts %} {% if post.featured != true %} {% include postbox.html %} {% endif %} {% endfor %}
{% include pagination.html %}