{%- if site.ezoicAds -%}
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
{% for post in posts limit: 6%}
{%- include /authors/authors.html -%}
{% endfor %}
{%- else -%}
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
{% for post in posts limit: 6%}
{%- include /authors/authors.html -%}
{% endfor %}
{%- endif -%}