Allow custom home page
Scot3004 opened this issue · 1 comments
Scot3004 commented
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|