ShenChang618 / hexo-theme-sam

hexo-theme-sam 主题使用方法

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow custom home page

Scot3004 opened this issue · comments

Error when disable hexo-generator-index and put and custom index.md or index.html on source folder

Unhandled rejection TypeError: /home/scot3004/Proyectos/hexo/themes/hexo-theme-sam/layout/post.ejs:1

1| <%- partial('_partial/_article', {post: page, index: false}) %>

/home/scot3004/Proyectos/hexo/themes/hexo-theme-sam/layout/_partial/_article.ejs:31
29| <%- date(page.date, 'YYYY-MM-DD') %>
30|

31| <% page.tags.data.forEach( function ( tag ) { %>
32| <a href="<%- url_for( tag.path ) %>"" title="<%= tag.name %>" class="post-tags"><%= tag.name %>
33| <% } ) %>
34|