General theme: fix HTML syntax

This commit is contained in:
Jesús 2021-01-01 14:52:24 -05:00
parent 5a6e247a7f
commit 3e817298bb
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -51,7 +51,7 @@
<div>{{ info['video_count']|commatize }} videos</div>
{% else %}
{% if info.get('time_published') %}
<time>{{ info['time_published'] }}</time>
<span>{{ info['time_published'] }}</span>
{% endif %}
{% if info.get('approx_view_count') %}
<div class="views">{{ info['approx_view_count'] }} views</div>