Browse Source

catalog: fix for embed youtube on https

pull/40/head
czaks 9 years ago
parent
commit
960053af75
  1. 2
      templates/themes/catalog/catalog.html

2
templates/themes/catalog/catalog.html

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

Loading…
Cancel
Save