From 67739e40200e296fd25725aecd0b7001ba132b9c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 25 Mar 2017 18:14:38 +0100 Subject: [PATCH] Add post templates for old-posts --- blog/layouts/old-posts/single.html | 28 ++++++++++++++++++++++++++++ blog/layouts/old-posts/teaser.html | 10 ++++++++++ 2 files changed, 38 insertions(+) create mode 100644 blog/layouts/old-posts/single.html create mode 100644 blog/layouts/old-posts/teaser.html 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 }} + +