mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-15 18:12:46 +00:00
Fix video overlay icon for the Cards theme (relative path missing)
This commit is contained in:
parent
d3781b8fcf
commit
1690ab76d7
@ -52,7 +52,7 @@
|
|||||||
data-download-url="{{{relative (download this)}}}"
|
data-download-url="{{{relative (download this)}}}"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<img class="video-overlay" src="public/play.png" />
|
<img class="video-overlay" src="{{relative 'public/play.png'}}" />
|
||||||
</li>
|
</li>
|
||||||
{{~else~}}
|
{{~else~}}
|
||||||
<li data-src="{{relative urls.large}}"
|
<li data-src="{{relative urls.large}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user