aboutsummaryrefslogtreecommitdiff
path: root/layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/home.html b/layouts/home.html
index bf76fc7..07057b4 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -17,7 +17,7 @@ You can override this page in:
` }}
<body>
<main class="flex justify-center">
- <div class="book-page markdown">
+ <div class="book-home markdown">
{{ replace $content "&#96;" "`" | markdownify }}
</div>
</main>