From 1aa1bd2867b32887770c62ce2e49126b34010d9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Sat, 12 Aug 2023 22:05:16 +0200
Subject: [PATCH] fix content include

---
 home/templates/home/home_person_page.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/home/templates/home/home_person_page.html b/home/templates/home/home_person_page.html
index 0d6fd81..7421d61 100644
--- a/home/templates/home/home_person_page.html
+++ b/home/templates/home/home_person_page.html
@@ -34,9 +34,9 @@
             </div>
         </div>
 
-        {% if page.position %}
+        {% if page.description %}
             <div class="prose max-w-screen-md font-serif">
-                {{ page.position|richtext }}
+                {{ page.description|richtext }}
             </div>
         {% endif %}
     </div>
-- 
GitLab