diff --git a/layout/_partial/left-col.ejs b/layout/_partial/left-col.ejs index 518442e1b..a2fd20b60 100644 --- a/layout/_partial/left-col.ejs +++ b/layout/_partial/left-col.ejs @@ -14,9 +14,10 @@ - <% for (var i in theme.menu){ %> - <%= i %> - <%}%> + 主页 + <% site.categories.forEach(function(item){ %> + <%= item.name %> + <%})%> @@ -33,5 +34,5 @@ <%}%> - +