From 70db68936f38795b13b82e701476f9bf87dd2132 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Mon, 13 Feb 2023 09:39:51 +1100 Subject: [PATCH] Add h-card --- app/templates/site/home.html.slim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim index cd487a4..6c312eb 100644 --- a/app/templates/site/home.html.slim +++ b/app/templates/site/home.html.slim @@ -1,5 +1,6 @@ -div class="p-note mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200" - == home_content +div class="h-card mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200" + p class="p-note" + == home_content div class="mb-8 max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 dark:border-gray-600"