From 1f0799b9f1720d50b0d875b22e31e4b373e60c6a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 2 Sep 2016 10:12:36 +0300 Subject: [PATCH] Use H1 headers in
sections Headers are a semantic element that help computers understand the content. In general, header tags should follow rank order, but the most important is that the first header inside a section will serve as the title in a table of contents, etc, but since article sections stand alone as independent documents, I like the idea of explicitly starting with H1 tags. See: http://diveinto.html5doctor.com/semantics.html --- layouts/_default/single.html | 2 +- layouts/_default/summary.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f0b0a27..cadb86d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@ {{ define "main" }}