aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/templates/article.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html
index d641148..c6be842 100644
--- a/cl-theme/templates/article.html
+++ b/cl-theme/templates/article.html
@@ -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 -->