Use https for youtube thumbnails

This commit is contained in:
topkek 2014-09-29 19:10:18 +01:00
parent 7b8cef2446
commit 200881cfee

View File

@ -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 %}