--- layout: default --- {%- assign banners = site.posts | where: "categories", "banner" | slice: 0, 4 -%}

My outfits

{% assign thumbs = site.posts | slice: 0, 5 %}
{%- for post in thumbs -%}
{%- if post.img_t contains 'insta_sc|' -%} {%- capture t_url -%}https://instagram.com/p/{{ post.img_t | replace_first: "insta_sc|", "" }}/media/?size=l{%- endcapture -%} {%- else -%} {%- assign t_url = post.img_t -%} {%- endif -%}
{%- endfor -%}
{%- assign featured = site.posts | where: "categories", "featured" -%}
{%- for post in featured -%} {%- assign ri = forloop.index | modulo: 2 -%}

{{ post.title }}

{%- assign unique_outfits = post.outfits | uniq -%} {%- for outfit in unique_outfits -%} {{ outfit.title }} {%- endfor -%}

{{ post.excerpt | strip_html | truncate: 80 }}

{%- if post.outfits -%} {%- endif -%} View post
{%- endfor -%}
{%- include qv_modal.html data=thumbs modalId="mdShop" -%}