catalog: fix for embed youtube on https

This commit is contained in:
czaks 2015-03-31 07:48:03 +02:00
parent 6363d8d247
commit 960053af75

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="//img.youtube.com/vi/{{ post.youtube }}/0.jpg"
{% else %}
<img src="{{post.file}}"
{% endif %}