From 83292082af66f3e2d915637618c480605680169c Mon Sep 17 00:00:00 2001 From: lostinlight Date: Mon, 12 Mar 2018 23:04:15 +0300 Subject: [PATCH] Correct paths --- themes/starter/layout/index.ejs | 2 +- themes/starter/layout/layout.ejs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/starter/layout/index.ejs b/themes/starter/layout/index.ejs index f0ab6ea..9fe095c 100644 --- a/themes/starter/layout/index.ejs +++ b/themes/starter/layout/index.ejs @@ -11,7 +11,7 @@ layout: layout
<% for (item in list) { %> - + <%= noSpace(list[item].title) %> <%= list[item].title %>
diff --git a/themes/starter/layout/layout.ejs b/themes/starter/layout/layout.ejs index bb837a3..92f3568 100644 --- a/themes/starter/layout/layout.ejs +++ b/themes/starter/layout/layout.ejs @@ -20,7 +20,7 @@ <%- partial('_partial/sidebar', null, {cache: !config.relative_link}) %>
<%- body %>
- - <% if (is_root()) { %> <% } %> + + <% if (is_root()) { %> <% } %>