diff --git a/layouts/academia/single.html b/layouts/academia/single.html index 194d7ec..9466a74 100644 --- a/layouts/academia/single.html +++ b/layouts/academia/single.html @@ -1,4 +1,27 @@ {{ define "main" }} - -{{ .Content }} +
+
+
+ {{ .Params.journal }}{{ with .Params.location }}: {{ . }}{{ end }} +
+

{{ .Title }}

+

+ +
    + {{ range .Params.authors }} +
  • {{ . }}
  • + {{ end }} +
+
+

+

{{ .Date | time.Format "January 2, 2006" }}

+ {{ .Content }} + {{ with .Params.link }} +
+ {{ . }} + +
+ {{ end }} +
+
{{ end }} diff --git a/layouts/partials/academia/list-single.html b/layouts/partials/academia/list-single.html index 1282e10..0c77934 100644 --- a/layouts/partials/academia/list-single.html +++ b/layouts/partials/academia/list-single.html @@ -34,7 +34,9 @@

- {{ .Title }} + + {{ .Title }} +

{{ $authlist := .Params.authors }} {{ range $idx, $auth := .Params.authors }}