Meta

{{- if .GetTerms "categories" -}}

Categories

    {{- range (.GetTerms "categories") -}}
  • {{ .LinkTitle | safeHTML }}
  • {{- end -}}
{{- end -}} {{- if .GetTerms "areas" -}}

Areas

    {{- range ( .GetTerms "areas" ).ByTitle -}}
  • {{ .LinkTitle }}
  • {{- end -}}
{{- end -}} {{- if .GetTerms "organisations" -}}

Organisations

    {{ $all_organisations := partialCached "get_all_organisations.html" . }} {{- range ( .GetTerms "organisations" ) -}} {{ with ( where $all_organisations "Title" ( .Title | plainify ) ) }} {{ range . }}
  • {{ if ( .Params.markup_title ) }}{{ .Params.markup_title | safeHTML }}{{ else }}{{ .Title }}{{ end }}
  • {{ end }} {{ else }} {{ warnf "Could not find organisation %q (%q)" .Title $.File.Path }}
  • {{ if ( .Params.markup_title ) }}{{ .Params.markup_title | safeHTML }}{{ else }}{{ .Title }}{{ end }}
  • {{ end }} {{- end -}}
{{- end -}} {{- if .GetTerms "locations" -}}

Locations

    {{- range ( .GetTerms "locations" ).ByTitle -}}
  • {{ .LinkTitle | safeHTML }}
  • {{- end -}}
{{- end -}} {{- if .GetTerms "tags" -}}

Tags

    {{- range ( .GetTerms "tags" ).ByTitle -}}
  • {{ .LinkTitle | safeHTML }}
  • {{- end -}}
{{- end -}}