diff --git a/home/templates/home/home_person_page.html b/home/templates/home/home_person_page.html index 0d6fd81ed90758a27918b8327f94d2590129be71..7421d6148b2dafee3549b6e0fd508980f07db214 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>