diff options
-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> |