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