-
{% archiveList articles with type="page" limit="10" %}
{% for item in articles %}
-
{{item.Title}}
发布时间:{{stampToDate(item.CreatedTime, "2006-01-02")}} 作者:{% system with name="SiteName" %}{{item.Description}}
了解详情
{% endfor %}
{% endarchiveList %}