RSSHub/lib/v2/feng/templates/img.art

7 lines
107 B
Plaintext

{{ if images }}
<br>
{{ each images }}
<img src="{{ $value.split('?')[0] }}" alt="">
{{ /each }}
{{ /if }}