xiangming / landscape-plus

针对中国大陆地区对hexo官方主题landscape进行优化。
http://xiangming.github.io/landscape-plus/
MIT License
509 stars 107 forks source link

与 hexo 3.0不兼容? #67

Closed daxiawj closed 9 years ago

daxiawj commented 9 years ago

hexo 最近升级到了 3.0,然后发现generate 没问题,但是hexo server 预览的时候看不到正常的页面,显示

<%- partial('_partial/head') %>
<%- partial('_partial/header', null, {cache: !config.relative_link}) %>
<%- body %>
<% if (theme.sidebar && theme.sidebar !== 'bottom'){ %> <%- partial('_partial/sidebar', null, {cache: !config.relative_link}) %> <% } %>
<%- partial('_partial/footer', null, {cache: !config.relative_link}) %>
<%- partial('_partial/mobile-nav', null, {cache: !config.relative_link}) %> <%- partial('_partial/after-footer') %>
UGxhdHlwdXM commented 9 years ago

我的3.0没这个问题啊...应该是兼容的吧

daxiawj commented 9 years ago

但是我的3.0中landscape和hueman主题都正常

xiangming commented 9 years ago

@daxiawj 我刚刚本地升级hexo 3.0.1,没有这个问题,我先close这条,如果你还有问题,你可以reopen.