From 76cfe3dd011597de99fd76ec2ecd2200f93b79ee Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 24 Mar 2014 11:33:47 -0700 Subject: [PATCH] fix layout of markdown pages --- public/_layout.ejs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/_layout.ejs b/public/_layout.ejs index 2712054..ca01315 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -125,7 +125,12 @@

<% } else { -%> - <%- yield %> +
+ <%- yield %> +
+
+

+
<% } -%>