Fix video overlay icon for the Cards theme (relative path missing)

pull/58/head
Romain 7 years ago
parent d3781b8fcf
commit 1690ab76d7

@ -52,7 +52,7 @@
data-download-url="{{{relative (download this)}}}"
/>
</a>
<img class="video-overlay" src="public/play.png" />
<img class="video-overlay" src="{{relative 'public/play.png'}}" />
</li>
{{~else~}}
<li data-src="{{relative urls.large}}"

Loading…
Cancel
Save