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: /Users/vincishen/hexo_blog/themes/Claudia/layout/widget/widget-post-list.pug:6
4| div.columns.is-variable.is-1-tablet.is-3-desktop-only.is-2-widescreen.is-full-width
5| section.column
> 6| if page.posts.length > 0
7| each post in page.posts.sort('date', -1).toArray()
8| - var postURL = url_for(post.path)
9| - var imgURL = getPostCoverImg(post)
The text was updated successfully, but these errors were encountered:
试图添加Tag页面的时候无法进行添加
_config.yml
source/tags/index.md
出现的报错如下
The text was updated successfully, but these errors were encountered: