Fix accidental script tags
This commit is contained in:
@@ -79,7 +79,6 @@ videos:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include blocks/media.liquid type="video" caption=caption poster=video.poster preload="metadata" player=true content=video_sources %}
|
{% include blocks/media.liquid type="video" caption=caption poster=video.poster preload="metadata" player=true content=video_sources %}
|
||||||
</script>
|
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include blocks/details.liquid title=video.name content=capture_video level=1 open=true %}
|
{% include blocks/details.liquid title=video.name content=capture_video level=1 open=true %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -143,4 +142,4 @@ videos:
|
|||||||
{% include blocks/paragraph.liquid content=content %}
|
{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
{% capture content %}Anyway, with my piece said, and tons of videos here, I will say goodbye and leave you with this wall of videos to scout through.{% endcapture %}
|
{% capture content %}Anyway, with my piece said, and tons of videos here, I will say goodbye and leave you with this wall of videos to scout through.{% endcapture %}
|
||||||
{% include blocks/paragraph.liquid content=content %}
|
{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user