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