Skip to content

Commit

Permalink
Merge pull request #67 from pyvec/homepage-youtube-nocookie-embed
Browse files Browse the repository at this point in the history
Use the less intrusive youtube-nocookie.com embed on the homepage
  • Loading branch information
jsmitka committed Nov 2, 2023
2 parents 2bbda6a + ca5066e commit 55530dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h2 class="mt-0">Organized by community for community</h2>
</div>

<div class="ratio ratio-16x9">
<iframe width="960" height="407" src="https://www.youtube.com/embed/kL2gmhs0irI" allowfullscreen></iframe>
<iframe width="960" height="407" src="https://www.youtube-nocookie.com/embed/kL2gmhs0irI" allowfullscreen></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit 55530dc

Please sign in to comment.