{%- for post in include.posts -%} {%- assign html = post.content | markdownify -%} {%- capture page_title -%} {%- include functions/get_page_title.liquid page=post -%} {%- endcapture -%} {%- capture thumbnail -%} {%- include functions/get_page_thumbnail.liquid page=post html=html autodetect=true -%} {%- endcapture -%}
{%- if post.sticky -%} {%- include localize key="tag_sticky" default="Sticky" -%} {%- endif -%} {%- if post.featured -%} {%- include localize key="tag_featured" default="Featured" -%} {%- endif -%} {{- page_title -}}
{%- include functions/get_page_meta.liquid page=post tags=true categories=true short_date=true details=false -%}
{{- html | strip_html | truncate: 256 -}}
{%- if thumbnail.size > 0 -%}
{%- endif -%}
{%- endfor -%}