about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-06 21:30:53 +0100
committerAlan Pearce2020-01-06 21:34:07 +0100
commitccbf84f5d6a14968fe1a218f344b729365f39512 (patch)
treec221dd5e246d3e8378a774f2cb0eaa049e3e2577
parentee3e93972c9a86d6eb86015f93894af3e40f966b (diff)
downloadhugo-xmin-ccbf84f5d6a14968fe1a218f344b729365f39512.tar.lz
hugo-xmin-ccbf84f5d6a14968fe1a218f344b729365f39512.tar.zst
hugo-xmin-ccbf84f5d6a14968fe1a218f344b729365f39512.zip
Remove useless main tag
-rw-r--r--layouts/_default/baseof.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0435195..b525b04 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -19,10 +19,8 @@
       </ul>
     </nav>
 
-    <main>
-      {{ block "main" . }}
-      {{ end }}
-    </main>
+    {{ block "main" . }}
+    {{ end }}
 
     <footer>
       {{ with .Site.Params.footer }}