diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim
index 307fee2..d0b28df 100644
--- a/app/templates/site/home.html.slim
+++ b/app/templates/site/home.html.slim
@@ -9,7 +9,7 @@ div class="mb-2 flex max-w-prose mx-auto"
div class="mb-12 p-2 grid grid-cols-7 gap-4 min-h-16 max-w-prose mx-auto bg-fuchsia-100 dark:bg-fuchsia-800 dark:text-gray-200 rounded"
div class="col-span-4 sm:col-span-6 text-left"
a class="block my-auto hover:underline decoration-wavy" href=latest_status.permalink
- == "#{latest_status.raw_content}"
+ == "#{latest_status.content}"
a class="col-span-3 sm:col-span-1 px-2 text-center transition-colors rounded bg-fuchsia-50 hover:bg-fuchsia-200 dark:bg-fuchsia-900 dark:hover:bg-fuchsia-700 inline-block grid content-center max-h-12 my-auto" href="/statuses"
p See all