mirror of
https://github.com/zhigang1992/greyshade.git
synced 2026-01-12 17:22:48 +08:00
8 lines
128 B
HTML
8 lines
128 B
HTML
---
|
|
layout: default
|
|
title: Blog Archives
|
|
---
|
|
|
|
{% for post in site.posts reverse %}
|
|
{% include archive_post.html %}
|
|
{% endfor %} |