catalog: fix for embed youtube on https
This commit is contained in:
parent
6363d8d247
commit
960053af75
@ -48,7 +48,7 @@
|
|||||||
<div class="thread grid-li grid-size-small">
|
<div class="thread grid-li grid-size-small">
|
||||||
<a href="{{post.link}}">
|
<a href="{{post.link}}">
|
||||||
{% if post.youtube %}
|
{% 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 %}
|
{% else %}
|
||||||
<img src="{{post.file}}"
|
<img src="{{post.file}}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user