{{ .Title }}
-{{ .Summary }}
+{{ .Plain | htmlUnescape | truncate 256 }}
{{ i18n "readMore" }}{{ .Title }}
--
+
+
- {{ .Params.Author }}
- Published Date: {{ with site.Params.dateFormat | default "2006-01-02" | .Date.Format }} {{ . }} {{ end }}
- Last Modified: {{ with site.Params.dateFormat | default "2006-01-02" | .Lastmod.Format }} {{ . }} {{ end }}
{{ .Title }}
+ +-
{{ range $index, $tag := . }} {{ with $.Site.GetPage (printf "/%s/%s" $taxonomy $tag) -}}
- - {{ $tag | urlize }} + {{ $tag | urlize }} {{- end -}} {{- end -}}