aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-08 17:34:54 -0300
committerEuAndreh <eu@euandre.org>2020-02-08 17:34:54 -0300
commit70490bb943724893710276cc5645cdaacbfb2fc8 (patch)
tree8496b82aab1e76b59f3389ee0a70c02970ec99a8 /_layouts/default.html
parentEscape HTML title in meta tag (diff)
downloadeuandre.org-70490bb943724893710276cc5645cdaacbfb2fc8.tar.gz
euandre.org-70490bb943724893710276cc5645cdaacbfb2fc8.tar.xz
Remove extra role=main attribute
Diffstat (limited to '')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index ef83427..1ff8c1d 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -56,7 +56,7 @@
</nav>
</header>
- <main role="main">
+ <main>
<h1>{{ page.title }}</h1>
{{ content }}
</main>