Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 965 Bytes

File metadata and controls

23 lines (22 loc) · 965 Bytes
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 %}