From 40f9d1185fd1d7cc15bb4ac8c1a1bc3256a4cc8a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 15 Jun 2024 14:21:37 -0400 Subject: [PATCH] Add border to character portraitsg --- 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 f011fd2..720b8fd 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 }}