diff --git a/layouts/academia/list.html b/layouts/academia/list.html index cfd37ed..ac88cbb 100644 --- a/layouts/academia/list.html +++ b/layouts/academia/list.html @@ -2,26 +2,34 @@

Selected Presentations

{{ $featuredpubs := where .Pages ".Params.featured" "==" true }} {{ range $featuredpubs }} -

- {{ if eq .Params.type "poster" }}{{ end }} - {{ if eq .Params.type "thesis" }}{{ end }} - - {{ .Title }} - -

- {{ $authlist := .Params.authors }} - {{ range $idx, $auth := .Params.authors }} - {{ if and (eq $idx (sub (len $authlist) 1)) (gt 1 (len $authlist)) }} - and - {{ end }} - {{- if eq $auth "Thomas A. Christensen II" }} - {{ $auth }} - {{- else }} - {{ $auth }} - {{- end }} - {{- if lt $idx (sub (len $authlist) 1) -}} - , - {{- end }} - {{ end }} +
+
+

+ {{ if eq .Params.type "poster" }}{{ end }} + {{ if eq .Params.type "thesis" }}{{ end }} +

+
+
+

+ + {{ .Title }} + +

+ {{ $authlist := .Params.authors }} + {{ range $idx, $auth := .Params.authors }} + {{ if and (eq $idx (sub (len $authlist) 1)) (gt 1 (len $authlist)) }} + and + {{ end }} + {{- if eq $auth "Thomas A. Christensen II" }} + {{ $auth }} + {{- else }} + {{ $auth }} + {{- end }} + {{- if lt $idx (sub (len $authlist) 1) -}} + , + {{- end }} + {{ end }} +
+
{{ end }} {{ end }}