remove live in aula
SSH Build / Deploy (push) Successful in 31s Details

This commit is contained in:
emerson 2024-11-18 23:47:48 -03:00
parent 5b890fa036
commit b8490312a6
1 changed files with 0 additions and 4 deletions

View File

@ -27,14 +27,10 @@ lang: pt
<div class=" ">
{% assign aula_slug = page.title %}
{% assign video_aula = '' | append: aula_slug | append: '.mp4' %}
{% if page.live %}
<video controls class="aula-video">
<source src="{{ site.baseurl }}/videos/{{ page.user }}/dest/{{ video_aula }}" type="video/mp4">
Seu navegador não suporta o elemento de vídeo.
</video>
{% else %}
{% include player.html %}
{% endif %}
</div>
<div class="content-aula">