feat: Remove unnecessary field
This commit is contained in:
parent
b3981e36b7
commit
b2b7ad789b
|
@ -4,7 +4,7 @@
|
|||
<body>
|
||||
{{ partial "header.html" . }}
|
||||
{{ partial "debug.html" . }}
|
||||
<main role="main" id="content">
|
||||
<main id="content">
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Reference in New Issue