diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim
index 0cdd17a..7384f1c 100644
--- a/app/templates/site/home.html.slim
+++ b/app/templates/site/home.html.slim
@@ -12,7 +12,8 @@ div class="mb-8 max-w-screen-md mx-auto border-t border-solid border-gray-200 da
div class="h-entry 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-7 sm:col-span-6 text-left"
a class="u-url block my-auto hover:underline decoration-wavy" href=latest_status.permalink
- == latest_status.content
+ span class="e-content"
+ == latest_status.content
- latest_status.syndicated_to.each do |loc|
small class="text-fuchsia-200 dark:text-fuchsia-500"
a rel="syndication" class="u-syndication" href=loc[:url] Read on #{loc[:location]}