forked from leftypol/leftypol
catalog.html: fix youtube preview
This commit is contained in:
parent
195ddead97
commit
8fce7e5d4d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
<div class="thread grid-li grid-size-small">
|
||||
<a href="{{post.link}}">
|
||||
{% if post.youtube %}
|
||||
<img src="/vi/{{ post.youtube }}/0.jpg"
|
||||
<img src="https://img.youtube.com/vi/{{ post.youtube }}/0.jpg"
|
||||
{% else %}
|
||||
<img src="{{post.file}}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue