projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0652060
)
remove redundant role from main element
author
Dan Allen
<dan@opendevise.com>
Tue, 1 Oct 2019 22:34:03 +0000
(16:34 -0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 1 Oct 2019 22:34:03 +0000
(16:34 -0600)
src/partials/main.hbs
patch
|
blob
|
history
diff --git
a/src/partials/main.hbs
b/src/partials/main.hbs
index
92af307
..
c6c943e
100644
(file)
--- a/
src/partials/main.hbs
+++ b/
src/partials/main.hbs
@@
-1,4
+1,4
@@
-<main
role="main"
>
+<main>
{{> toolbar}}
{{> article}}
</main>