Skip to content

Commit

Permalink
Fixed missing changes to liquid file
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca authored Jan 11, 2024
1 parent 568e9cc commit 1a20536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 1a20536

Please sign in to comment.