--- layout: default ---
{%- if page.title -%}

{{ page.title }}

{%- endif -%} {{ content | markdownify }} {% if site.paginate %} {% assign rawposts = paginator.posts %} {% else %} {% assign rawposts = site.posts %} {% endif %} {% assign posts = ''|split:'' %} {% for post in rawposts %} {% if post.hide != true %} {% assign posts = posts|push:post | sample: 20 %} {% endif %} {% endfor %} {%- if posts.size > 0 -%} {%- if page.list_title -%}

{{ page.list_title }}

{%- endif -%} {% if site.paginate and site.posts.size > site.paginate %}
{%- endif %} {%- endif -%}