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" . }}