From 39c5c5f4845e0cf415a7ae289370b39f8473db72 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 1 Aug 2015 06:21:17 +1000 Subject: Make layout of posts templated --- src/templates/post.hbs | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/templates/post.hbs (limited to 'src/templates') diff --git a/src/templates/post.hbs b/src/templates/post.hbs new file mode 100644 index 0000000..169bd9e --- /dev/null +++ b/src/templates/post.hbs @@ -0,0 +1,66 @@ + + + + + {{ title }} + + + + + + + + + + + + + + +
+
+

+ + {{ title }} +

+

{{ description }}

+
+
+ +
+ {{{ body }}} +
+ + + + + -- cgit v1.2.3