Fixed missing changes to liquid file

This commit is contained in:
George 2024-01-11 00:13:36 -03:00 committed by GitHub
parent 568e9cc8ba
commit 1a205362f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
{% else %}
{% assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' %}
{%
include figure.html
include figure.liquid
path=entry_path
sizes = "200px"
class="preview z-depth-1 rounded"
@ -273,7 +273,7 @@
{% if entry.video %}
<!-- Hidden video block -->
<div class="abstract hidden">
<div style="text-align: center;">{% include video.html path=entry.video class="img-fluid rounded z-depth-1" controls=true %}</div>
<div style="text-align: center;">{% include video.liquid path=entry.video class="img-fluid rounded z-depth-1" controls=true %}</div>
</div>
{% endif %}
</div>