From 47b200578e560d8e6f4eab2dd28c8d171e5f7220 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 2 Sep 2016 15:56:40 +0300 Subject: [PATCH] Use HTML5 header tag for blog header Makes it easier for computers to understand content by using tags that have explicit meaning. See: http://diveinto.html5doctor.com/semantics.html --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 30648f5..5bfb0e3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -31,12 +31,12 @@ -
+

{{ .Site.Title | safeHTML }}

{{ if .Site.Params.description }}

{{ .Site.Params.description | safeHTML }}

{{ end }}
-
+