From ea10bca66c61c54c3380c9859bf8693df95514fc Mon Sep 17 00:00:00 2001 From: Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> Date: Sun, 8 May 2022 19:18:12 +0200 Subject: [PATCH] Update font_list --- _jekyll/_includes/font_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_jekyll/_includes/font_list b/_jekyll/_includes/font_list index dfda8268a..57065710b 100644 --- a/_jekyll/_includes/font_list +++ b/_jekyll/_includes/font_list @@ -1,9 +1,9 @@ {% assign fonts = site.fonts | where: "lang", page.lang %} {%- for font in fonts -%} +[{{ font.title }}]({{ font.permalink }}) {%- for image in font.preview_image -%} ![{{font.title}} Preview]({{ image }}) -[{{ font.title }}]({{ font.permalink }})

{%- endfor -%} {%- endfor -%}