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 }} +
+ +
+ +
+ +{{ partial "disqus.html" . }} +{{ partial "anchorjs.html" . }} +{{ partial "footer.html" . }} diff --git a/blog/layouts/old-posts/teaser.html b/blog/layouts/old-posts/teaser.html new file mode 100644 index 00000000..795e27ad --- /dev/null +++ b/blog/layouts/old-posts/teaser.html @@ -0,0 +1,10 @@ +
+

+ + {{ .Title }} + +

+ + {{ .Summary }} + +