diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 53f64c5..5f1b249 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,33 +1 @@ -{{ partial "header.html" . }} - -

{{ .Title }}

- -{{ .Content }} - -{{ $author := index .Site.Data.authors (.Params.author | default "default") }} -{{- if $author -}} -

Contributor(s)

- -{{- end -}} - -{{ partial "footer.html" . }} +{{partial "header.html" .}}

{{.Title}}

{{.Content}}{{$author :=index .Site.Data.authors (.Params.author | default "default")}}{{- if $author -}}

Contributor(s)

{{- end -}}{{partial "footer.html" .}}