Remove unnecessary role attributes from main element

Source: https://validator.w3.org/nu/#textarea
This commit is contained in:
John O'Nolan
2018-04-17 22:19:05 +02:00
parent 4fe2eac739
commit b55d5e2b32
7 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ into the {body} of the default.hbs template --}}
{{!-- Everything inside the #post tags pulls data from the post --}}
{{#post}}
<main id="site-main" class="site-main outer" role="main">
<main id="site-main" class="site-main outer">
<div class="inner">
<article class="post-full {{post_class}} {{#unless feature_image}}no-image{{/unless}}">