+
{{ .Title }}
+
+
+ - {{ time.Format ":date_long" .PublishDate }}
+ -
+ {{ i18n "posted_by" }}
+ {{ $authors := slice }}{{ if reflect.IsSlice .Params.author }}{{ $authors = .Params.author }}{{ else }}{{ $authors = (slice .Params.author) }}{{ end -}}
+ {{ range $index, $elements := $authors }}{{ if ne $index 0 }}, {{ end }}{{ . }}{{ end }}
+
+ -
+ {{ range $index, $elements:= .Params.tags }}{{ if ne $index 0 }}, {{ end }}{{ . }}{{ end }}
+
+
+
+
+ {{ with .Params.image -}}
+

+ {{- end }}
+
+
+ {{ .Content }}
+
+ {{ with site.Params.DisqusShortname -}}
+
+ {{- end }}
+