fix missing ID

This commit is contained in:
Jesús
2019-07-14 19:48:15 -05:00
parent 7304295636
commit 711dde4e35

View File

@@ -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 -->