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