From f73eeecbf1ced11a2f3d5ae9aa666bd100c43178 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Wed, 15 Feb 2023 20:30:58 +0100
Subject: [PATCH] Fix term

---
 layouts/diplomas/term.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/layouts/diplomas/term.html b/layouts/diplomas/term.html
index 6e518d4f..edf2d8bc 100644
--- a/layouts/diplomas/term.html
+++ b/layouts/diplomas/term.html
@@ -12,8 +12,7 @@
               {{- $title -}}
             </a>
             <p class="description">
-              {{/*  TODO: replace with description_short  */}}
-              {{- partial "PrepareHTML" .Params.presentation -}}
+              {{- partial "PrepareHTML" .Params.summary -}}
             </p>
           </li>
         {{- end -}}
-- 
GitLab