summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 17:19:05 +0200
committerWolfgang Müller2019-07-22 17:19:05 +0200
commit89ff7a7514de03dc95ea3bd7cd66f18bcfa237e6 (patch)
treed9c99d519ae59505a40eb754c2e05944d3f985d3 /templates
parentf5ed4d2c8463f01d551ac1cdf82b387dc8ef3ec0 (diff)
downloadsite-89ff7a7514de03dc95ea3bd7cd66f18bcfa237e6.tar.gz
templates: Correctly wrap articles in <main>
As per guidelines, <main> should contain <article>, and not the other way around.
Diffstat (limited to 'templates')
-rw-r--r--templates/post.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/post.xml b/templates/post.xml
index 4a7ee05..0e68610 100644
--- a/templates/post.xml
+++ b/templates/post.xml
@@ -13,7 +13,9 @@
<meta name="twitter:image" content="https://oriole.systems/logo.webp" />
</head>
<body class="post">
- <article data-sblg-article="true" data-sblg-permlink="false"></article>
+ <main>
+ <article data-sblg-article="true" data-sblg-permlink="false"></article>
+ </main>
</body>
</html>