{{ partial "head.html" . }} {{partial "search.html" .}}
{{partial "header.html" .}}

All {{.Title}}

{{ range .Site.Taxonomies.tags.ByCount }}

{{ .Page.Title }}

{{ .Count }} notes with this tag {{if gt .Count 2}}(showing first 2 results){{end}}

{{ with ($.Site.GetPage (printf "/tags/%s" .Page.Title)) }} {{partial "page-list.html" (first 2 .Pages.ByLastmod.Reverse)}} {{ end }} {{ end }}
{{partial "contact.html" .}}