-
{% archiveList archives with type="list" categoryId=item.Id order="id desc" limit="8" %}
{% for item in archives %}
-
{{item.Title}}
{{item.Description}}
{% endfor %}
{% endarchiveList %}
-
{% archiveList archives with type="list" categoryId=item.Id order="id desc" limit="6" %}
{% for item in archives %}
-
{{item.Title}}
{{item.Description}}
{% endfor %}
{% endarchiveList %}
友情链接:
{% for item in friendLinks %}
{{item.Title}}
{% endfor %}