fix(video): replaces main video link
This commit is contained in:
@@ -68,14 +68,11 @@
|
||||
{{/foreach}}
|
||||
{{/get}}
|
||||
|
||||
{{#get "posts" filter="tags:{{primary_tag.slug}}+id:<{{id}}" limit="1" order="id desc" }}
|
||||
{{#foreach posts}}
|
||||
{{> cardFancySmall}}
|
||||
{{/foreach}}
|
||||
{{/get}}
|
||||
|
||||
<span></span>
|
||||
{{> cardTag}}
|
||||
{{#get "posts" filter="tags:{{primary_tag.slug}}+id:<
|
||||
{{id}}" limit=" 1" order="id desc" }}
|
||||
{{#foreach posts}} {{> cardFancySmall}}
|
||||
{{/foreach}} {{/get}} <span></span>
|
||||
{{> cardTag}}
|
||||
|
||||
</div>
|
||||
</article>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<div class="relative w-default container z-10">
|
||||
<div class="overflow-hidden shadow-2xl rounded-2xl mx-auto w-full md:w-4/5 lg:w-3/5 h-52 md:h-72 lg:h-96 bg-gray-800">
|
||||
<div class="h-full">
|
||||
<iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/BTwvy1TuQA8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/B9humiSpHzM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user