various fixes
This commit is contained in:
parent
1fd9adcb52
commit
46bd223627
29 changed files with 6093 additions and 152 deletions
|
@ -0,0 +1,11 @@
|
|||
<!--
|
||||
Gets the top-level parent org of an organisation.
|
||||
|
||||
@params organisation The organisation to search for.
|
||||
-->
|
||||
|
||||
{{- $organisation_page := default . ( index .Ancestors.Reverse 3 ) -}}
|
||||
{{- $organisation_title := default $organisation_page.Title $organisation_page.Params.markup_title -}}
|
||||
|
||||
{{- return $organisation_title -}}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue