Layout: Make item titles non-clickable in empty space after wrapped text
This commit is contained in:
parent
3d911e4987
commit
9f67a970c6
@ -26,7 +26,7 @@
|
||||
{% endif %}
|
||||
</a>
|
||||
|
||||
<a class="title" href="{{ info['url'] }}" title="{{ info['title'] }}">{{ info['title'] }}</a>
|
||||
<div class="title"><a class="title" href="{{ info['url'] }}" title="{{ info['title'] }}">{{ info['title'] }}</a></div>
|
||||
|
||||
<ul class="stats {{'vertical-stats' if horizontal and not description and include_author else 'horizontal-stats'}}">
|
||||
{% if info['type'] == 'channel' %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user