~comcloudway/pages

6794af7ede544e32b73dbafe55493d44cff9d051 — Jakob Meier 7 months ago e57613f
Added post singular/plural display based on the post count
1 files changed, 1 insertions(+), 1 deletions(-)

M layouts/blog/list.html
M layouts/blog/list.html => layouts/blog/list.html +1 -1
@@ 17,7 17,7 @@
				{{ .LinkTitle }}
			</h3>
			<p>
			({{.Pages | len}} posts)
			({{.Pages | len}} {{if eq (.Pages | len) 1}} post{{else}} posts{{end}})
			</p>
			</hgroup>
			<small>{{ .Description }}</small>