diff --git a/blog/layouts/old-posts/single.html b/blog/layouts/old-posts/single.html
new file mode 100644
index 00000000..d8e2c7a8
--- /dev/null
+++ b/blog/layouts/old-posts/single.html
@@ -0,0 +1,28 @@
+{{ partial "header.html" . }}
+
+
+ {{ .Title }}
+
+
+ {{ .Content }}
+
+
+
+ {{ if .PrevInSection }}
+
« {{ .PrevInSection.Title }}
+ {{ end }}
+ {{ if .NextInSection }}
+
{{ .NextInSection.Title }} »
+ {{ end }}
+
+