mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
New podcast thumbnail is jpg
This commit is contained in:
parent
58dd5f468d
commit
d32283a06f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
{% if episode.custom_thumbnail_name == null %}
|
||||
<img src="{{ site.img_url }}thumbnails/podcast/placeholder.png">
|
||||
{% else %}
|
||||
<img src="{{ site.img_url }}thumbnails/podcast/{{ episode.custom_thumbnail_name }}.png">
|
||||
<img src="{{ site.img_url }}thumbnails/podcast/{{ episode.custom_thumbnail_name }}.jpg">
|
||||
{% endif %}
|
||||
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#{{ episode.title | slice: 2, 2 }}</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue