|
@@ -16,6 +16,11 @@
|
|
|
{{ $author_urlized = urlize $first_author }}
|
|
|
{{ end }}
|
|
|
|
|
|
+
|
|
|
+{{ range $key, $value := $.Params.authors }}
|
|
|
+{{ $author := $value }}
|
|
|
+{{ $author_urlized = urlize $author }}
|
|
|
+
|
|
|
{{ $taxonomy := "authors" }}
|
|
|
{{ $profile_page := site.GetPage (printf "/%s/%s" $taxonomy $author_urlized) }}
|
|
|
{{ with $profile_page }}
|
|
@@ -63,3 +68,4 @@
|
|
|
</div>
|
|
|
{{end}}{{/* Profile page block */}}
|
|
|
{{end}}{{/* Show profile block */}}
|
|
|
+{{end}}
|