diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 772011d..2de7f6e 100755
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -31,7 +31,7 @@
{{ .Date.Format "January 2, 2006" }}
{{ if .PrevInSection }}
2 {{.PrevInSection.Title}} |
{{ end }}
- All posts
+ All posts
{{ if .NextInSection }}
| {{.NextInSection.Title}} 1
{{ end }}