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 e2ae996..d8efba7 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -165,7 +165,7 @@ <!-- post header --> <div class="card-content-header"> - <h4 class="title is-4" itemprop="headline"><a href="{{ SITEURL }}/{{ article.url }}#titulo" rel="bookmark" title="{{ _('Enlace a %(articulo)s', articulo=article.title|striptags) }}">{{ article.title }}</a></h4> + <h2 class="title is-4" itemprop="headline"><a href="{{ SITEURL }}/{{ article.url }}#titulo" rel="bookmark" title="{{ _('Enlace a %(articulo)s', articulo=article.title|striptags) }}">{{ article.title }}</a></h2> </div> <!-- end of post header --> |