From 575a820df2b4a3a8c512899cbd0d292411b55d54 Mon Sep 17 00:00:00 2001 From: owner Date: Sun, 12 Apr 2020 12:32:11 -0500 Subject: Adds character encoding of HTML docs Resolves error in HTML: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must to be declared in the document or in the transfer protocol. --- layouts/partials/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7795acb..e7a2d75 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,7 @@ {{ .Site.Title }} + + @@ -10,4 +12,4 @@ - \ No newline at end of file + -- cgit v1.2.3