From 0eadfb7cc144264288e17f58db6e6827ab42ee37 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 26 Nov 2011 22:57:22 -0800 Subject: [PATCH] add blog article template --- .gitignore | 2 +- templates/blog/article.mustache | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 templates/blog/article.mustache diff --git a/.gitignore b/.gitignore index 8c485fc..29fc620 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ _blog assets/*.min.js assets/*.min.css discussd/discuss.dirty -blog +^blog$ proj node_modules diff --git a/templates/blog/article.mustache b/templates/blog/article.mustache new file mode 100644 index 0000000..39e0b2c --- /dev/null +++ b/templates/blog/article.mustache @@ -0,0 +1,7 @@ +
+
+

{{title}}

+ +
+ {{{body}}} +