minor fix

This commit is contained in:
Jesús 2019-04-12 22:53:55 -05:00
parent 0954da2d55
commit 7f05a17868
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -42,7 +42,7 @@
</svg>
</span>
{% 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 }}"
title="{% trans %}Autor del artículo{% endtrans %}"
itemprop="name">{{ author }}</a>{% if not loop.last %}, {% endif %}