about summary refs log tree commit diff stats
path: root/themes
diff options
context:
space:
mode:
authorAlan Pearce2020-01-19 17:22:11 +0100
committerAlan Pearce2020-01-19 17:28:07 +0100
commitc649194fdc77889ca282c2f42507d777b3b933f6 (patch)
tree66d3e535b03a22a7fa94ca22dc75e5c9f7a672e4 /themes
parentad0eccb9c649571c140e436f385d944a8b6a03f1 (diff)
downloadwebsite-c649194fdc77889ca282c2f42507d777b3b933f6.tar.lz
website-c649194fdc77889ca282c2f42507d777b3b933f6.tar.zst
website-c649194fdc77889ca282c2f42507d777b3b933f6.zip
Make markup html5 compatible
Diffstat (limited to 'themes')
-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 }}