From 88b685cf2e7e74d39b2ab34225f9330b9baff0cc Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Wed, 4 Jun 2025 18:16:06 +0200 Subject: [PATCH] show organisation items based on alternate names also --- layouts/cv/organisations/section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/cv/organisations/section.html b/layouts/cv/organisations/section.html index 084168b..d2f70c1 100644 --- a/layouts/cv/organisations/section.html +++ b/layouts/cv/organisations/section.html @@ -160,7 +160,7 @@ {{- partial "cv/organisation/roles-timeline.html" -}} - {{- partial "cv/organisation/related-items.html" ( dict "sc" $ "organisation_titles" ( .Scratch.Get "titles" ) "organisation_title" .Title ) -}} + {{- partial "cv/organisation/related-items.html" ( dict "sc" $ "organisation_titles" ( .Scratch.Get "titles" | append ( slice .Params.fka .Params.abbreviation ) ) "organisation_title" .Title ) -}} {{ else }} {{ partialCached "cv/organisations/organisations-table.html" . }}