diff --git a/index.html b/index.html index 837a86ffed6229101bf81f0229203cd7d68acb24..aa3a5cb8c4aba241b0cec5143558a1cbc70df639 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ permalink: index.html <div class="monero-video"> <!--iframe width="560" height="315" src="https://www.youtube.com/embed/TZi9xx6aiuY" frameborder="0" allowfullscreen></iframe--> <video controls poster="/img/monero-community.png" onclick="this.paused ? this.play() : this.pause();" preload="none"> - <source src="/media/Monero_Promo.m4v"> + <source src={% if site.lang == 'en' %}"/media/Monero_Promo.m4v"{% else %}"/media/{{ site.lang }}/Monero_Promo.m4v"{% endif %}> </video> </div> diff --git a/media/ru/Monero_Promo.m4v b/media/ru/Monero_Promo.m4v new file mode 100644 index 0000000000000000000000000000000000000000..8e51b9ab16a2da3ef1e1756846de4032750adabd Binary files /dev/null and b/media/ru/Monero_Promo.m4v differ