summaryrefslogtreecommitdiff
path: root/layouts/posts/baseof.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-25 11:59:42 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-25 11:59:42 +0100
commitaa2b1870d0f1af84171c60df233b9befa8817853 (patch)
tree9c4676339ea68f28a428eae68bd699ced9f4b882 /layouts/posts/baseof.html
parenta9738191b8fef15a0fe96af533813a8acfa1055b (diff)
Cleanup posts rendering
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r--layouts/posts/baseof.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index 5601fb4..47371c0 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -8,10 +8,8 @@
</head>
<body>
- <main>
- <div class="book-posts mx-auto">
- {{ template "main" . }}
- </div>
+ <main class="book-posts mx-auto">
+ {{ template "main" . }}
</main>
{{ partial "docs/inject/body" . }}