Remove opening body tag from header example (#1376)

This commit is contained in:
Joe Mooring 2021-03-21 19:57:31 -07:00 committed by GitHub
parent 341a5a7d89
commit d3f01f19af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,6 @@ The following `header.html` partial template is used for [spf13.com](https://spf
{{ partial "head_includes.html" . }}
</head>
<body lang="en">
{{< /code >}}
{{% note %}}