Skip to content
Snippets Groups Projects
Commit a11885f6 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix authors list

parent bc903adb
No related branches found
No related tags found
No related merge requests found
{{- partial "header/hero.html"
(dict
"title" .Title
"subtitle" .Params.authors
"subtitle" .Params.authors_list
"context" .
) -}}
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment