Add 'subscribers' and 'videos' after corresponding numbers in channel item in search results
This commit is contained in:
parent
e00c3cf99f
commit
eb89c7426d
@ -102,8 +102,8 @@
|
||||
|
||||
<a class="title" href="{{ info['url'] }}">{{ info['title'] }}</a>
|
||||
|
||||
<span>{{ info['subscriber_count'] }}</span>
|
||||
<span>{{ info['size'] }}</span>
|
||||
<span>{{ info['subscriber_count'] }} subscribers</span>
|
||||
<span>{{ info['size'] }} videos</span>
|
||||
|
||||
<span class="description">{{ text_runs(info.get('description', '')) }}</span>
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user