diff options
author | Alan Pearce | 2020-01-06 21:30:53 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-06 21:34:07 +0100 |
commit | ccbf84f5d6a14968fe1a218f344b729365f39512 (patch) | |
tree | c221dd5e246d3e8378a774f2cb0eaa049e3e2577 /layouts | |
parent | ee3e93972c9a86d6eb86015f93894af3e40f966b (diff) | |
download | hugo-xmin-ccbf84f5d6a14968fe1a218f344b729365f39512.tar.lz hugo-xmin-ccbf84f5d6a14968fe1a218f344b729365f39512.tar.zst hugo-xmin-ccbf84f5d6a14968fe1a218f344b729365f39512.zip |
Remove useless main tag
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 6 |
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 }} |