@paroicms/playground_demo2 0.76.2 → 0.76.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/theme/templates/home.liquid +3 -5
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -209,11 +209,9 @@
|
|
|
209
209
|
<section class="Container">
|
|
210
210
|
<h1>Test Video</h1>
|
|
211
211
|
{% if doc.field.video %}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
{{ doc.field.video | info }}
|
|
216
|
-
</div>
|
|
212
|
+
Video featured
|
|
213
|
+
{{ doc.field.video | platformVideo }}
|
|
214
|
+
{{ doc.field.video | info }}
|
|
217
215
|
{% endif %}
|
|
218
216
|
</section>
|
|
219
217
|
</main>
|