From 4e40363a9f50108f74464f063e0720c75aecc9d8 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Mon, 13 Feb 2023 09:36:04 +1100 Subject: [PATCH] Add bio note --- app/templates/site/home.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim index 2975768..cd487a4 100644 --- a/app/templates/site/home.html.slim +++ b/app/templates/site/home.html.slim @@ -1,4 +1,4 @@ -div class="mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200" +div class="p-note mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200" == home_content div class="mb-8 max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 dark:border-gray-600"