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

@ -0,0 +1,5 @@
{% for block in blocks %}
{% if block.type == 'youtube_player' %}
{% render "partials/widgets/youtube-player.liquid", url:block.url %}
{% endif %}
{% endfor %}