Add title in link video
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
<div class="row">
|
||||
{% for article in articles_page.object_list %}
|
||||
<article class="col-md-3 video" itemscope itemtype="https://schema.org/Movie">
|
||||
<a href="{{ SITEURL }}/{{ article.url }}">
|
||||
<a href="{{ SITEURL }}/{{ article.url }}" title="{{ article.title }}">
|
||||
<div class="area">
|
||||
<div class="mask">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user