summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/articles/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/articles/single.html')
-rw-r--r--themes/danix-xyz-hacker/layouts/articles/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/danix-xyz-hacker/layouts/articles/single.html b/themes/danix-xyz-hacker/layouts/articles/single.html
index 67e8a2f..c5d51e7 100644
--- a/themes/danix-xyz-hacker/layouts/articles/single.html
+++ b/themes/danix-xyz-hacker/layouts/articles/single.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{ $articleType := .Params.type | default "life" }}
{{ $template := printf "article-types/%s.html" $articleType }}
-<div class="mx-auto px-4 py-12">
+<article class="mx-auto px-4 py-12">
<div class="grid md:grid-cols-3 gap-8">
<!-- Article section -->
<div class="md:col-span-2">
@@ -37,5 +37,5 @@
<!-- Sidebar -->
{{ partial "sidebar.html" . }}
</div>
-</div>
+</article>
{{ end }}