Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 743 Bytes

File metadata and controls

32 lines (28 loc) · 743 Bytes
layout page
title Tags
description 人间如梦,倚笑乘风凉
header-img img/facebook.jpg
{% for tag in site.tags %}

{{ tag[0] | capitalize }}

    {% assign pages_list = tag[1] %} {% for post in pages_list %} {% if post.title != null %} {% if group == null or group == post.group %}
  • {{ post.title }} {{ post.date | date: "%b %d, %Y" }}
  • {% endif %} {% endif %} {% endfor %} {% assign pages_list = nil %} {% assign group = nil %}
{% endfor %}