6 %}hidden{% endif %}>
{%- if post.image -%}
{%- assign start = post.image | slice: 0, 4 -%}
{%- if start == "http" -%}
{%- assign url = post.image -%}
{%- else -%}
{%- assign url = post.url | append: post.image -%}
{%- endif -%}
{%- endif -%}
{{ post.title }}
{{ post.date | date_to_string }}
{%- endif -%}
{% endfor %}
{% if total > 6 %}