From d36479d2923e29eb3d74148943992861e84f692f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 15 Jun 2024 14:20:05 -0400 Subject: [PATCH] Add missing urlize call --- themes/red/layouts/_default/listchar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/red/layouts/_default/listchar.html b/themes/red/layouts/_default/listchar.html index f1efc14..f011fd2 100644 --- a/themes/red/layouts/_default/listchar.html +++ b/themes/red/layouts/_default/listchar.html @@ -12,7 +12,7 @@ {{ end }} {{ if $original }} - {{ $taxonomy.Page.Title }} + {{ $taxonomy.Page.Title }} {{ end }} {{ end }} @@ -26,7 +26,7 @@ {{ end }} {{ if not $original }} - {{ $taxonomy.Page.Title }} + {{ $taxonomy.Page.Title }} {{ end }} {{ end }}