diff --git a/layouts/_default/single.html b/layouts/_default/single.html index a864ea1..cf46a6d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,13 @@ {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} {{ $dateHuman := .Date | time.Format "Mon | Jan 2, 2006" }} - + + {{ with .Params.authors }} + {{ $author := (index . 0) }} +

Author: {{ $author }}

+ {{ end }} + +

Posted:

{{ .Content }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}