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()) { %> <% } %>