diff options
-rw-r--r-- | cl-theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index b78e103..35f1a94 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -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 --> |