diff options
author | EuAndreh <eu@euandre.org> | 2020-02-08 17:34:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-02-08 17:34:54 -0300 |
commit | 70490bb943724893710276cc5645cdaacbfb2fc8 (patch) | |
tree | 8496b82aab1e76b59f3389ee0a70c02970ec99a8 | |
parent | Escape HTML title in meta tag (diff) | |
download | euandre.org-70490bb943724893710276cc5645cdaacbfb2fc8.tar.gz euandre.org-70490bb943724893710276cc5645cdaacbfb2fc8.tar.xz |
Remove extra role=main attribute
-rw-r--r-- | _layouts/default.html | 2 |
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> |