{{ i18n "all_posts" . }} {{with .Params.description}} {{.}} {{end}} {{ range .Site.Taxonomies.tags.ByCount }} {{ .Page.Title | humanize }} {{ .Count }} {{ i18n "notes_count" }} {{if gt .Count 10}}({{ i18n "first_10"}}){{end}} {{ with ($.Site.GetPage (printf "/tags/%s" .Page.Title)) }} {{partial "page-list.html" (first 10 .Pages.ByLastmod.Reverse)}} {{ end }} {{ end }}