diff --git a/themes/starter/layout/index.ejs b/themes/starter/layout/index.ejs index 425e917..f0ab6ea 100644 --- a/themes/starter/layout/index.ejs +++ b/themes/starter/layout/index.ejs @@ -11,8 +11,8 @@ layout: layout
<% for (item in list) { %> - - <%= noSpace(list[item].title) %> <%= list[item].title %> + + <%= noSpace(list[item].title) %> <%= list[item].title %>

landscape image <%= list[item].title %>

diff --git a/themes/starter/layout/layout.ejs b/themes/starter/layout/layout.ejs index 92f3568..bb837a3 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()) { %> <% } %> diff --git a/themes/starter/source/assets/scss/partials/_layout.scss b/themes/starter/source/assets/scss/partials/_layout.scss index 2eb6333..4018aa0 100644 --- a/themes/starter/source/assets/scss/partials/_layout.scss +++ b/themes/starter/source/assets/scss/partials/_layout.scss @@ -209,12 +209,9 @@ ol { } .section-title .icon-logotype { - // display: flex; color: $white; - // margin: 10px; width: 22px; margin: 0 auto; - // height: 22px; } .section-title > div {