From b55d5e2b326516f0fc0fc3d017d1982a703019a9 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 17 Apr 2018 22:19:05 +0200 Subject: [PATCH] Remove unnecessary role attributes from main element Source: https://validator.w3.org/nu/#textarea --- author.hbs | 2 +- error-404.hbs | 2 +- error.hbs | 2 +- index.hbs | 2 +- page.hbs | 2 +- post.hbs | 2 +- tag.hbs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/author.hbs b/author.hbs index d1aba55..f233532 100644 --- a/author.hbs +++ b/author.hbs @@ -38,7 +38,7 @@ {{/author}} {{!-- The main content area --}} -
+
diff --git a/error-404.hbs b/error-404.hbs index c3ab978..9af34ea 100644 --- a/error-404.hbs +++ b/error-404.hbs @@ -28,7 +28,7 @@ It's a good idea to keep this template as minimal as possible in terms of both f
-
+
diff --git a/error.hbs b/error.hbs index da1c655..d579456 100644 --- a/error.hbs +++ b/error.hbs @@ -29,7 +29,7 @@ You'll notice that we *don't* use any JavsScript, or ghost_head / ghost_foot in
-
+
diff --git a/index.hbs b/index.hbs index 658da44..02e4d5d 100644 --- a/index.hbs +++ b/index.hbs @@ -20,7 +20,7 @@ into the {body} of the default.hbs template --}} {{!-- The main content area --}} -
+
diff --git a/page.hbs b/page.hbs index 9333963..b8093e8 100644 --- a/page.hbs +++ b/page.hbs @@ -12,7 +12,7 @@ into the {body} of the default.hbs template --}} {{!-- Everything inside the #post tags pulls data from the post --}} {{#post}} -
+
diff --git a/post.hbs b/post.hbs index c3585c0..33c75d3 100644 --- a/post.hbs +++ b/post.hbs @@ -12,7 +12,7 @@ into the {body} of the default.hbs template --}} {{!-- Everything inside the #post tags pulls data from the post --}} {{#post}} -
+
diff --git a/tag.hbs b/tag.hbs index 54f27e1..f6bcd63 100644 --- a/tag.hbs +++ b/tag.hbs @@ -21,7 +21,7 @@ {{/tag}} {{!-- The main content area --}} -
+
{{#foreach posts}}