yuang01/hexo-theme-bamboo

page.tags.length报undefined

songzhenze opened this issue · 1 comments

TypeError: \themes\hexo-theme-bamboo\layout\post.ejs:17
15| <% } %>
16|

17| <% if (page.tags.length > 0) { %>
18|


19|
20| <% page.tags.map(function(tag) { %>

Cannot read property 'length' of undefined

是我哪里配置错了吗

新建/source/about/index.md文件,至少需要以下内容

---
title: about
date: 2020-09-14 15:30:30 # 时间随便写
type: "about"
layout: "about"
---