diff --git a/app/templates/posts/show.html.slim b/app/templates/posts/show.html.slim
index ba8661b..d540f40 100644
--- a/app/templates/posts/show.html.slim
+++ b/app/templates/posts/show.html.slim
@@ -82,12 +82,13 @@ article class="h-entry"
div class="max-w-prose mx-auto text-gray-600 dark:text-gray-200 mb-4"
h3 class="text-xl mb-0" This week, years ago
- if text_posts.count > 0
- div class="block grow bg-blue-100 dark:bg-blue-600 rounded px-4 py-2 mb-12"
- ul class="mt-0"
- - text_posts.each do |past_post|
- li class="m-0"
- a class="hover:underline" href=past_post.permalink
- = "#{past_post.display_title} (#{past_post.published_at.year})"
+ div class="max-w-prose mx-auto text-gray-600 dark:text-gray-200 mb-4"
+ div class="block grow bg-blue-100 dark:bg-blue-600 rounded px-4 py-2 mb-12"
+ ul class="mt-0"
+ - text_posts.each do |past_post|
+ li class="m-0"
+ a class="hover:underline" href=past_post.permalink
+ = "#{past_post.display_title} (#{past_post.published_at.year})"
div class="max-w-prose mx-auto text-gray-600 dark:text-gray-200 flex"
div class="grid grid-cols-3 gap-4 mb-4 max-w-prose mx-auto"