show organisation items based on alternate names also

This commit is contained in:
Ben Goldsworthy 2025-06-04 18:16:06 +02:00
parent 561852b7a1
commit 88b685cf2e
No known key found for this signature in database

View file

@ -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 ) -}}
</main>
{{ else }}
{{ partialCached "cv/organisations/organisations-table.html" . }}