From 7d6274c6ac7a10975aaa85cf743c328aed59a7b2 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:35:01 -0500 Subject: [PATCH] feat: Add titles to taxonomy pages --- layouts/partials/scrolling-image-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/scrolling-image-header.html b/layouts/partials/scrolling-image-header.html index f20bc75..761786d 100644 --- a/layouts/partials/scrolling-image-header.html +++ b/layouts/partials/scrolling-image-header.html @@ -2,7 +2,7 @@

- {{ safeHTML (.Param "motto") }} + {{ default .Title (safeHTML (.Param "motto")) }}

{{ $imgsrc := print "images/" (.Param "cardImage") ".jpg" }}