From 402123b85e869810c1e424f0e97edb7b9c6dc9dd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 19 Jul 2014 18:24:30 +0100 Subject: Use the
element for article text More semantic than a
. W3C don't allow multiple
elements as part of their HTML5 spec, but WHATWG do. Since WHATWG sticks closely to implementations, I'll follow that. --- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6c3ac3b..d391893 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,9 +6,9 @@

{{ .Title }}

-
+
{{ .Content }} -
+
{{ template "theme/partials/sidebar.html" . }} -- cgit 1.4.1