about summary refs log tree commit diff stats
path: root/themes/xmin
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xmin')
-rw-r--r--themes/xmin/layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/xmin/layouts/_default/single.html b/themes/xmin/layouts/_default/single.html
index ba0e22a..b69ed7c 100644
--- a/themes/xmin/layouts/_default/single.html
+++ b/themes/xmin/layouts/_default/single.html
@@ -12,8 +12,8 @@
     </p>
   </header>
 
-  <main class="e-content">
+  <div class="e-content">
   {{ .Content }}
-  </main>
+  </div>
 </article>
 {{- end }}