From 7a31d0e63cc9724ea6a3d0c0fdef71a1c81f9dde Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 19 Jan 2023 13:14:03 +0100 Subject: [PATCH] add non minified space --- layouts/partials/programs/programs-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/programs/programs-list.html b/layouts/partials/programs/programs-list.html index c718510e..92575e9d 100644 --- a/layouts/partials/programs/programs-list.html +++ b/layouts/partials/programs/programs-list.html @@ -9,6 +9,7 @@ {{- with .Params.diplomas -}} {{- $diploma := site.GetPage (printf "/diplomas/%s" .) -}} {{- with $diploma -}} +   <a href="{{ .Permalink }}" title="{{ partial "PrepareHTML" .Title }}">{{ partial "PrepareHTML" .Params.short_name }}</a> {{- end -}} {{- end -}} -- GitLab