阿辉的小站
blog
archive
about
hardware
software
cook
归档
{% for year, info in archives.items() %}
{{ year }} - 共计 {{ info.get('total') }} 篇
{% for entry in info.get('articles') %}
{{ entry.date }}
:
{{ entry.title }}
{% endfor %}
{% endfor %}