diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index c0c7a3c..39e5c23 100755 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -12,7 +12,7 @@ <% (config.nav_menu || []).forEach(function(value){ %>
  • -  <%=value.name%> +  <%=value.name%>
  • <%})%> @@ -53,14 +53,14 @@ diff --git a/layout/_partial/post.ejs b/layout/_partial/post.ejs index e3d65a0..fb10407 100755 --- a/layout/_partial/post.ejs +++ b/layout/_partial/post.ejs @@ -1,4 +1,4 @@ -
    "> +
    ">

    diff --git a/source/less/_header.less b/source/less/_header.less index 369e751..4fdb4fe 100755 --- a/source/less/_header.less +++ b/source/less/_header.less @@ -218,7 +218,7 @@ color: @theme_text_in_header; font-size: @fontsize_base; line-height: 1.8em; - padding: 8px @gap; + padding: 8px @gap+6px; } width: @width_sidebar; position: fixed;