You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: ...\themes\butterfly\layout\post.pug:13
11| if (theme.post_meta.post.tags)
12| .post-meta__tag-list
> 13| each item, index in page.tags.data
14| a(href=url_for(item.path)).post-meta__tags #[=item.name]
15| include includes/third-party/share/index.pug
16|
Cannot read properties of undefined (reading 'data')
TypeError: ...\themes\butterfly\layout\post.pug:27
25| include includes/pagination.pug
26| if theme.related_post && theme.related_post.enable
> 27| != related_posts(page,site.posts)
28|
29| if page.comments !== false && theme.comments && theme.comments.use
30| - var commentsJsLoad = true
Cannot read properties of undefined (reading 'forEach')
The text was updated successfully, but these errors were encountered:
想要的功能 | What feature do you want?
我计划从next主题迁移过来,之前写的文档不是所有的都填写了tags属性。
在启用
post_meta.page.tags = true && related_post.enable = true
时,部署报错。The text was updated successfully, but these errors were encountered: