show organisation items based on alternate names also
This commit is contained in:
parent
561852b7a1
commit
88b685cf2e
1 changed files with 1 additions and 1 deletions
|
@ -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" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue