{% tablericon "calendar-month" "Date" %}
{{ post.title }}
{% render "partials/banners/old-post.liquid", date:post.date %}
{{ post.content | markdown }}
--- layout: default pagination: data: posts size: 1 alias: post permalink: "/posts/{{ post.date | date: '%Y' }}/{{ post.title | slugify | downcase }}/index.html" schema: blog --- {%- capture postUrl %}{{ meta.url }}{{ post.url }}{% endcapture -%}