aboutsummaryrefslogtreecommitdiffstats
path: root/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'post.html')
-rw-r--r--post.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/post.html b/post.html
index 92c1ef1..e777fb3 100644
--- a/post.html
+++ b/post.html
@@ -69,7 +69,7 @@
<!-- start of posts -->
<div class="columns is-multiline is-centered">
<!-- start of post -->
- <div class="column is-7">
+ <article class="column is-7">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -157,11 +157,11 @@
<!-- comments content -->
<div class="comments-content">
<!-- start of comment -->
- <article class="media">
+ <div class="media">
<!-- comment user image -->
<figure class="media-left">
<p class="image is-64x64">
- <img src="https://bulma.io/images/placeholders/128x128.png">
+ <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
</p>
</figure>
<!-- end of comment user image -->
@@ -176,11 +176,11 @@
</div>
<!-- start of sub-comment -->
- <article class="media">
+ <div class="media">
<!-- sub-comment user image -->
<figure class="media-left">
<p class="image is-48x48">
- <img src="https://bulma.io/images/placeholders/96x96.png">
+ <img src="https://bulma.io/images/placeholders/96x96.png" alt="placeholder">
</p>
</figure>
<!-- end of sub-comment user-image -->
@@ -195,28 +195,28 @@
</div>
<!-- start of sub-sub-comment -->
- <article class="media">
+ <div class="media">
<p>Vivamus quis semper metus, non tincidunt dolor. Vivamus in mi eu lorem cursus ullamcorper sit amet nec massa.</p>
- </article>
+ </div>
<!-- end of sub-sub-comment -->
<!-- start of sub-sub-comment -->
- <article class="media">
+ <div class="media">
<p>Morbi vitae diam et purus tincidunt porttitor vel vitae augue. Praesent malesuada metus sed pharetra euismod. Cras tellus odio, tincidunt iaculis diam non, porta aliquet tortor.</p>
- </article>
+ </div>
<!-- end of sub-sub-comment -->
</div>
<!-- end of sub-comment content -->
- </article>
+ </div>
<!-- end of sub-comment -->
<!-- start of sub-comment -->
- <article class="media">
+ <div class="media">
<!-- start of sub-comment user image -->
<figure class="media-left">
<p class="image is-48x48">
- <img src="https://bulma.io/images/placeholders/96x96.png">
+ <img src="https://bulma.io/images/placeholders/96x96.png" alt="placeholder">
</p>
</figure>
<!-- end of sub-comment user image -->
@@ -231,19 +231,19 @@
</div>
</div>
<!-- end of sub-comment content -->
- </article>
+ </div>
<!-- end of sub-comment -->
</div>
<!-- end of comment content -->
- </article>
+ </div>
<!-- end of comments -->
<!-- form begin -->
- <article class="media">
+ <div class="media">
<figure class="media-left">
<p class="image is-64x64">
- <img src="https://bulma.io/images/placeholders/128x128.png">
+ <img src="https://bulma.io/images/placeholders/128x128.png" alt="placeholder">
</p>
</figure>
<div class="media-content">
@@ -258,7 +258,7 @@
</p>
</div>
</div>
- </article>
+ </div>
<!-- form end -->
</div>
@@ -266,7 +266,7 @@
</div>
<!-- end of comments -->
- </div>
+ </article>
<!-- end of post -->
</div>
<!-- end of post column -->