fix(video): replaces main video link

This commit is contained in:
Dimitrie Stefanescu
2021-04-27 18:24:46 +01:00
parent e42d3680b2
commit 45da1eaa17
2 changed files with 6 additions and 9 deletions
+5 -8
View File
@@ -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>
+1 -1
View File
@@ -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>