Layout: Make item titles non-clickable in empty space after wrapped text

This commit is contained in:
James Taylor 2019-08-24 18:19:22 -07:00
parent 3d911e4987
commit 9f67a970c6

View File

@ -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' %}