forked from GithubBackups/vichan
Use https for youtube thumbnails
This commit is contained in:
parent
7b8cef2446
commit
200881cfee
@ -48,7 +48,7 @@
|
||||
<div class="thread grid-li grid-size-small">
|
||||
<a href="{{post.link}}">
|
||||
{% if post.youtube %}
|
||||
<img src="http://img.youtube.com/vi/{{ post.youtube }}/0.jpg"
|
||||
<img src="https://img.youtube.com/vi/{{ post.youtube }}/0.jpg"
|
||||
{% else %}
|
||||
<img src="{{post.file}}"
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user