Improve bookmark in URL

This commit is contained in:
Jesús 2019-03-08 20:30:45 -05:00
parent de8ba6c932
commit 5c5d0edecc
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -139,7 +139,7 @@
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4"><a href="{{ SITEURL }}/{{ article.url }}#titulo">{{ article.title }}</a></h4>
<h4 class="title is-4"><a href="{{ SITEURL }}/{{ article.url }}#titulo" rel="bookmark" title="{{ _('Enlace a %(articulo)s', articulo=article.title|striptags) }}">{{ article.title }}</a></h4>
</div>
<!-- end of post header -->