diff options
-rw-r--r-- | cl-theme/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html index f4d52d5..3a038b8 100644 --- a/cl-theme/templates/article.html +++ b/cl-theme/templates/article.html @@ -67,7 +67,7 @@ <!-- post header --> <div class="card-content-header"> - <h4 class="title is-4 has-text-centered">{{ article.title }}</h4> + <h4 class="title is-4 has-text-centered" id="titulo">{{ article.title }}</h4> </div> <!-- end of post header --> |