chore: add yt block support

This commit is contained in:
Cory Dransfeldt 2024-06-01 09:32:13 -07:00
parent 09614b0589
commit 460a50f88c
No known key found for this signature in database
5 changed files with 49 additions and 1 deletions

View file

@ -22,6 +22,7 @@ schema: blog
<div class="e-content">
{% render "partials/banners/old-post.liquid", date:post.date %}
{{ post.content | markdown }}
{% render "partials/posts/blocks.liquid", blocks:post.blocks %}
</div>
</article>
</div>