From 482b31781443510a804b289e49849ec5148c2277 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 6 Apr 2014 21:31:51 -0700 Subject: [PATCH] fix double sigil on index page --- public/_data.json | 3 +++ public/_layout.ejs | 5 ----- public/about.md | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/public/_data.json b/public/_data.json index 6fb185b..a8686ea 100644 --- a/public/_data.json +++ b/public/_data.json @@ -12,6 +12,9 @@ "archive": { "title": "Archive" }, + "about": { + "title": "About me" + }, "posts": [ { "title": "Structure of an Ember app", diff --git a/public/_layout.ejs b/public/_layout.ejs index ca01315..eb92314 100644 --- a/public/_layout.ejs +++ b/public/_layout.ejs @@ -125,12 +125,7 @@

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

-
<% } -%>