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 %> -
-
-

-
<% } -%>