Fixed missing changes to liquid file
This commit is contained in:
parent
568e9cc8ba
commit
1a205362f1
|
|
@ -10,7 +10,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{% assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' %}
|
{% assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' %}
|
||||||
{%
|
{%
|
||||||
include figure.html
|
include figure.liquid
|
||||||
path=entry_path
|
path=entry_path
|
||||||
sizes = "200px"
|
sizes = "200px"
|
||||||
class="preview z-depth-1 rounded"
|
class="preview z-depth-1 rounded"
|
||||||
|
|
@ -273,7 +273,7 @@
|
||||||
{% if entry.video %}
|
{% if entry.video %}
|
||||||
<!-- Hidden video block -->
|
<!-- Hidden video block -->
|
||||||
<div class="abstract hidden">
|
<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>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue