about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlan Pearce2014-07-20 12:54:23 +0100
committerAlan Pearce2014-07-20 13:10:24 +0100
commit7460a8f1d966d64e6371a1b2fe002c3fb04bcb12 (patch)
tree6d9034c74222f0ee03256f682c0080dd74db7771 /layouts/index.html
parent5eb1a498dcf248edfdef90b9728b45309422e08d (diff)
downloadhyde-7460a8f1d966d64e6371a1b2fe002c3fb04bcb12.tar.lz
hyde-7460a8f1d966d64e6371a1b2fe002c3fb04bcb12.tar.zst
hyde-7460a8f1d966d64e6371a1b2fe002c3fb04bcb12.zip
Move Blog scope to body element
Correctly associate author from sidebar
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 88d367f..a0827b7 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,6 @@
 {{ template "theme/partials/head.html" . }}
-	<body class="theme-base-0b layout-reverse">
-		<main class="content container" role="main" itemscope itemtype="http://schema.org/Blog">
+	<body class="theme-base-0b layout-reverse" itemscope itemtype="http://schema.org/Blog">
+		<main class="content container" role="main">
 			<section class="categories">
 				<h2>Categories</h2>
 				<ul>