diff --git a/layouts/partials/publications/hero-single.html b/layouts/partials/publications/hero-single.html index aeac43fd5f0c2bee7b26f5a64d07719c76309c2b..33fa4d9ae68ca2dea95194e62e597f244579ee12 100644 --- a/layouts/partials/publications/hero-single.html +++ b/layouts/partials/publications/hero-single.html @@ -1,6 +1,6 @@ {{- partial "header/hero.html" (dict "title" .Title - "subtitle" .Params.authors + "subtitle" .Params.authors_list "context" . ) -}} diff --git a/layouts/partials/publications/publication.html b/layouts/partials/publications/publication.html index 9d0275d3ec02a3835f7307b0b0142f3a75c5c989..e953983c987225643cc1036391fbedfa3bd5a23d 100644 --- a/layouts/partials/publications/publication.html +++ b/layouts/partials/publications/publication.html @@ -2,7 +2,7 @@ {{ $title := .Title }} <a href="{{ .Permalink }}" title="{{ safeHTML (i18n "commons.more_aria" (dict "Title" $title)) }}">{{ partial "PrepareHTML" $title }}</a> <p class="publication-meta"> - {{ .Date.Format "2006" -}}{{- if .Params.authors -}},{{- end }} {{ .Params.authors }} + {{ .Date.Format "2006" -}}{{- if .Params.authors_list -}},{{- end }} {{ .Params.authors_list }} </p> <p class="publication-ref"> {{ partial "PrepareHTML" .Params.ref }}