solstice23 / hexo-theme-argon

Argon-Theme 的 Hexo 移植版
GNU General Public License v3.0
295 stars 29 forks source link

Theme error #13

Closed maruwtc closed 2 years ago

maruwtc commented 2 years ago

7:57:29 PM: $ npm run build 7:57:29 PM: > hexo-site@0.0.0 build 7:57:29 PM: > hexo generate 7:57:30 PM: INFO Validating config 7:57:30 PM: INFO Start processing 7:57:30 PM: INFO Files loaded in 406 ms 7:57:30 PM: ERROR TypeError: /opt/build/repo/themes/argon/layout/post.ejs:2 7:57:30 PM: 1| <% if (is_post()) { %> 7:57:30 PM: >> 2| <%- partial('_partial/content-article', {post: page}) %> 7:57:30 PM: 3| <%- partial('_partial/article-bottom', {post: page}) %> 7:57:30 PM: 4| <% } %> 7:57:30 PM: 5| <% if (is_page()) { %> 7:57:30 PM: /opt/build/repo/themes/argon/layout/_partial/content-article.ejs:20 7:57:30 PM: 18| <%= post.title %> 7:57:30 PM: 19|