Skip to content

Archive页面报错的问题 #2

@iminto

Description

@iminto
#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions