Closed ghostssura closed 7 years ago
@ghostssura
hexo-theme-phantom seems to have the same issue as #4 . Please change the following code to the themes/hexo-theme-phantom/layout/_partial/article-full.ejs
.
...
<!-- Content -->
<%- item.content %>
<%- popular_posts( {} , item ) %>
<!-- Tags -->
<%- partial('article-tags') %>
...
That did it! Thanks @tea3.
I'm trying to use this with the Hexo Theme Phantom but this error keeps appearing.
Is there something I'm missing or am I placing it in the wrong file? Can't find anything on the error.