Skip to content

Commit

Permalink
Fix video var
Browse files Browse the repository at this point in the history
  • Loading branch information
teobaluta committed Jun 7, 2024
1 parent 3643d3b commit 08c36c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubs.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endif %}
</div>
{% if pub.video %}
<p class="video"><iframe class="video" src="{{ project.video }}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
<p class="video"><iframe class="video" src="{{ pub.video }}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p>
{% endif %}
</div>
{% endfor %}
Expand Down

0 comments on commit 08c36c9

Please sign in to comment.