-
{% 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 %}
- {% system with name='SiteName' %}
- 搜索:{{urlParams.q}}
-
{% archiveList articles with type="page" limit="10" %}
{% for item in articles %}
- {{item.Title}} {{stampToDate(item.CreatedTime, "2006-01-02")}} {% endfor %} {% endarchiveList %}