diff options
author | Alan Pearce | 2014-07-20 12:54:23 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-20 13:10:24 +0100 |
commit | 7460a8f1d966d64e6371a1b2fe002c3fb04bcb12 (patch) | |
tree | 6d9034c74222f0ee03256f682c0080dd74db7771 /layouts | |
parent | 5eb1a498dcf248edfdef90b9728b45309422e08d (diff) | |
download | hyde-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')
-rw-r--r-- | layouts/index.html | 4 |
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> |