Remove unnecessary classes and data attributes from <body>
This commit is contained in:
parent
fbacdb6694
commit
c47444925c
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
<html lang="{{ site.LanguageCode }}">
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
<body class="not-ready" data-menu="{{ isset site.Menus `main` }}">
|
||||
{{ partial "header.html" . }}
|
||||
<body>
|
||||
<main class="main">
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue