layout index title DoSun's Blog 这里是DoSun的个人博客! 主要记录下平常学习过程中的一些笔记吧. {% for post in site.posts %} {% if post.img %} {% else %} {% endif %} {{post.title}} {{ post.content | strip_html | truncate: 50 }} {{post.date | date: '%Y, %b %d'}} {% endfor %}