9 lines
571 B
HTML
9 lines
571 B
HTML
<div class="pageHeader">
|
|
<h2 class="title pageTitle"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
|
<p class="has-text-grey-light">{{- T "published" -}}: <time>{{ .PublishDate.Format "02.01.2006 15:04" }}</time></p>
|
|
<p class="">{{- T "talks-when" -}}: <time>{{ dateFormat "02.01.2006 15:04" .Params.when }}</time></p>
|
|
<p class="">
|
|
{{- T "presenter" -}}: {{ range .Params.authors }}{{ with $.Site.GetPage (printf "authors/%s" .) }}<a class="separateWithCommas" href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}{{ end }}
|
|
</p>
|
|
</div>
|