From 53ba148d88ac0437341fbb3ef468861bf0beb372 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 19 Dec 2023 18:34:58 +1100 Subject: [PATCH] Add content tag to status --- app/templates/site/home.html.slim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]}