-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
#for(archive : archives)
<h3>${archive.date_str}</h3>
#include('./partial/posts_title.html', {articles : archive.articles})
#end
变量名错误,此处修改为
#for(archive : archives)
<h3>${archive.dateStr}</h3>
#include('./partial/posts_title.html', {articles : archive.articles})
#end
版本:tale 2.0.x
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels