{{ .Title }}
- {{ with .Date }} -- {{ .Format $dateFormat }} -
- {{ end }} + {{ partial "docs/post-meta" . }}{{- .Summary -}} {{ if .Truncated }} @@ -19,9 +14,10 @@
From d6290dcf509c84a38df667813ad3acdcf58c09f5 Mon Sep 17 00:00:00 2001
From: Alex Shpak
{{- .Summary -}}
{{ if .Truncated }}
@@ -19,9 +14,10 @@
{{- .Content -}}
- {{ .Format $dateFormat }}
+{{ end }}
+
+{{ range $term, $_ := .Site.Taxonomies }}
+ {{ with $list := index $.Params $term }}
+ {{ range $n, $single := $list }}{{ if $n }}, {{ end -}}
+ {{ $single }}
+ {{- end }}
+
+ {{ end }}
+{{ end }}
+
+
{{ .Title }}
- {{ with .Date }}
-
- {{ .Format $dateFormat }}
-
- {{ end }}
+ {{ partial "docs/post-meta" . }}
{{ .Title }}
- {{ with .Date }}
-
- {{ .Format $dateFormat }}
-
- {{ end }}
-
+ {{ .Title }}
+
+ {{ partial "docs/post-meta" . }}
+
+ {{- .Summary -}} + {{ if .Truncated }} + ... + {{ end }} +
+