diff options
author | Jesús <heckyel@hyperbola.info> | 2019-03-08 20:30:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-03-08 20:30:45 -0500 |
commit | 5c5d0edecc4829e4dc03624252c5f573a6331ea3 (patch) | |
tree | aa9236181f8d416e1c585807993fe384848a7d64 | |
parent | de8ba6c932f2395481eb697d193753df0deaecab (diff) | |
download | cl-5c5d0edecc4829e4dc03624252c5f573a6331ea3.tar.lz cl-5c5d0edecc4829e4dc03624252c5f573a6331ea3.tar.xz cl-5c5d0edecc4829e4dc03624252c5f573a6331ea3.zip |
Improve bookmark in URL
-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 --> |