fix semantic HTML5, change div for article tag

This commit is contained in:
Jesús 2019-03-17 17:15:18 -05:00
parent e688de7eb7
commit 3128b6338e
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -62,7 +62,7 @@
<!-- start of posts --> <!-- start of posts -->
<div class="columns is-multiline is-centered"> <div class="columns is-multiline is-centered">
<!-- start of post --> <!-- start of post -->
<div class="column is-10"> <article class="column is-10">
<div class="card"> <div class="card">
<!-- post header --> <!-- post header -->
@ -161,7 +161,7 @@
</div> </div>
<!-- end of post content --> <!-- end of post content -->
</div> </article>
<!-- end of post --> <!-- end of post -->
</div> </div>
<!-- end of post column --> <!-- end of post column -->