aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-authors-data.html
blob: dbc2c67ceecf39bef3e86134dc406eaf26fba147 (plain)
1
2
3
4
5
6
7
8
9
{{- $input := . -}}

{{- $pageContext := $input -}}

{{- $author :=  $pageContext.Section -}}

{{- $output := index $pageContext.Site.Data.authors $author -}}

{{- return $output -}}