646 B
646 B
layout |
---|
home |
-
{% for post in site.posts %}
- {{ post.title }} {% endfor %}
{{ post.title }}
{% if post.excerpt %} {{ post.excerpt | markdownify | strip_html }} {% else %} {{ post.content | markdownify | strip_html | truncate: 160 }} {% endif %}