From 51b2347bf124ae0b15953e074e6353b4e4d65d5f Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 11 Nov 2023 08:26:26 +1100 Subject: [PATCH] Tags page styling --- app/templates/tags/index.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/tags/index.html.slim b/app/templates/tags/index.html.slim index 8ce83fe..21abf16 100644 --- a/app/templates/tags/index.html.slim +++ b/app/templates/tags/index.html.slim @@ -5,7 +5,7 @@ div class="mb-12 prose dark:prose-invert max-w-prose mx-auto text-gray-800 dark: - tag_groups.each do |tags| div class="break-inside-avoid-column" - h3 class="border-b-2" class="text-xl mt-6 mb-2 font-bold text-gray-800 dark:text-gray-200" = tags[:group].upcase + h4 class="bg-indigo-100 px-1" class="mt-6 mb-2 font-bold text-indigo-400 dark:text-indigo-600" = tags[:group].upcase - tags[:tags].each do |post_tag| div