aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 1ffffe3..8309c2b 100644
--- a/index.html
+++ b/index.html
@@ -84,7 +84,7 @@
<!-- start of posts -->
<div class="columns is-multiline is-centered has-text-centered">
<!-- start of post -->
- <div class="column is-4">
+ <article class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -148,11 +148,11 @@
<!-- end of post footer -->
</div>
</div>
- </div>
+ </article>
<!-- end of post -->
<!-- start of post -->
- <div class="column is-4">
+ <article class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -216,11 +216,11 @@
<!-- end of post footer -->
</div>
</div>
- </div>
+ </article>
<!-- end of post -->
<!-- start of post -->
- <div class="column is-4">
+ <article class="column is-4">
<div class="card">
<!-- image for post -->
<div class="card-image">
@@ -286,7 +286,7 @@
<!-- end of post footer -->
</div>
</div>
- </div>
+ </article>
<!-- end of post -->
</div>
<!-- end of posts -->