minor fix
This commit is contained in:
parent
0954da2d55
commit
7f05a17868
@ -42,7 +42,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
{% for author in article.authors %}
|
{% for author in article.authors %}
|
||||||
<small itemprop="director" itemscope itemtype="http://schema.org/Person">
|
<small itemprop="director" itemscope itemtype="https://schema.org/Person">
|
||||||
<a href="{{ SITEURL }}/{{ author.url }}"
|
<a href="{{ SITEURL }}/{{ author.url }}"
|
||||||
title="{% trans %}Autor del artículo{% endtrans %}"
|
title="{% trans %}Autor del artículo{% endtrans %}"
|
||||||
itemprop="name">{{ author }}</a>{% if not loop.last %}, {% endif %}
|
itemprop="name">{{ author }}</a>{% if not loop.last %}, {% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user