--- layout: default title: 首页 - 我的文章 --- {% if paginator.page == 1 %}
    {{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}
    {{ post.excerpt | strip_html | strip_newlines }} 
   
  {% if post.tags %}
  
    {% for tag in post.tags %}
      
    {% endfor %}
  
  {% endif %}
   |