From d3f01f19af9f1ac3ed5e4989e5f011fc18c8a7b3 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 21 Mar 2021 19:57:31 -0700 Subject: [PATCH] Remove opening body tag from header example (#1376) --- content/en/templates/partials.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md index d23622ded..ef0dbc6cd 100644 --- a/content/en/templates/partials.md +++ b/content/en/templates/partials.md @@ -175,7 +175,6 @@ The following `header.html` partial template is used for [spf13.com](https://spf {{ partial "head_includes.html" . }} - {{< /code >}} {{% note %}}