|
@@ -4,7 +4,7 @@
|
|
{{ with .Param $taxonomy }}
|
|
{{ with .Param $taxonomy }}
|
|
{{ $link_authors := site.Params.link_authors | default true }}
|
|
{{ $link_authors := site.Params.link_authors | default true }}
|
|
{{ range $index, $value := . }}
|
|
{{ range $index, $value := . }}
|
|
- {{- $profile_page := site.GetPage (printf "/%s/%s" $taxonomy (. | urlize)) -}}
|
|
|
|
|
|
+ {{- $profile_page := site.GetPage (printf "/%s/%s" $taxonomy (. | anchorize)) -}}
|
|
{{- $name := $profile_page.Params.name | default ($value|markdownify) -}}
|
|
{{- $name := $profile_page.Params.name | default ($value|markdownify) -}}
|
|
{{- if gt $index 0 }}, {{ end -}}
|
|
{{- if gt $index 0 }}, {{ end -}}
|
|
<span>
|
|
<span>
|