--- layout: default pagination: data: posts size: 1 alias: post permalink: "{{ post.slug }}/index.html" schema: blog ---

{{ post.title }}

{% render "partials/blocks/banners/old-post.liquid", date:post.date %} {%- if post.image -%} {{ post.image_alt }} {%- endif -%} {{ post.content | markdown }} {% render "partials/blocks/index.liquid", blocks:post.blocks %}