--- pagination: data: posts.all size: 1 alias: post permalink: "{{ post.url }}/index.html" schema: blog ---

{{ post.title }}

{% render "blocks/tags.liquid", tags:post.tags %}
{% render "blocks/banners/old-post.liquid", isOldPost:post.old_post %} {%- if post.image -%} {{ post.image_alt | replaceQuotes }} {%- endif -%} {{ post.content | markdown }} {% render "blocks/index.liquid", blocks:post.blocks %} {% render "blocks/associated-media.liquid", artists: post.artists, books: post.books, genres: post.genres, movies: post.movies, posts: post.posts, shows: post.shows %} {% render "blocks/banners/coffee.liquid" %}