aboutsummaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index c093f58..8a6ce79 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -6,11 +6,13 @@ layout: default
<!-- Header -->
<header>
- <h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
+ <h1 aria-level="1" role="heading">
+ {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
+ </h1>
</header>
<!-- Content -->
- <section>
+ <section role="article">
{{ content }}
</section>