--- layout: contained ---

{{ page.title }}

{{ content }}

You may also enjoy

{% assign maxRelated = 4 %} {% assign minCommonTags = site.similar_posts.tags_to_match %} {% assign maxRelatedCounter = 0 %} {% for post in site.posts %} {% assign sameTagCount = 0 %} {% assign commonTags = '' %} {% for tag in post.tags %} {% if post.url != page.url %} {% if page.tags contains tag %} {% assign sameTagCount = sameTagCount | plus: 1 %} {% capture tagmarkup %} {{ tag }} {% endcapture %} {% assign commonTags = commonTags | append: tagmarkup %} {% endif %} {% endif %} {% endfor %} {% if sameTagCount >= minCommonTags %} {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %} {% if maxRelatedCounter >= maxRelated %} {% break %} {% endif %} {% endif %} {% endfor %}

My outfits

{% assign thumbs = site.posts | slice: 0, 6 %}
{% 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 %}
{%- include qv_modal.html data=thumbs modalId="mdShop" -%}