blob: d0db157e0f29c7235a7b7956f42d87c1be1aa4ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
---
# {{ site.title }}
> {{ site.description }}
## Posts:
{% for post in site.posts %}
- [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }}): {% assign ai_cache = site.data.ai-cache[post.url] %}{% if ai_cache %}{{ ai_cache | strip_html }}{% elsif post.excerpt %}{{ post.excerpt | strip_html }}{% else %}Just a Post.{% endif %}
{% endfor %}
|