fix semantic HTML5, change div for article tag
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user