{{ .Title }}
-{{ .Plain | htmlUnescape | truncate 256 }}
+{{ .Summary }}
{{ i18n "readMore" }}-
+
- {{ .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 }}
+{{ .Title }}
+ {{ partial "get_tags.html" . }} +-
{{ range $index, $tag := . }} {{ with $.Site.GetPage (printf "/%s/%s" $taxonomy $tag) -}}
- - {{ $tag | urlize }} + {{ $tag | urlize }} {{- end -}} {{- end -}}