+        
+        
+                {{ post.summary | safe }}
+                
More
+        
 
+        
+            {% if config.extra.seje_chinese_date %}
+                {{ macros::format_chinese_date(year=post.year, month=post.month, day=post.day) }}
+            {% else %}
+                {{ post.date|date(format="%Y/%m/%d") }}
+            {% endif %}
+        
+    
+    {% endfor %}
+{# {{ paginator.next }} #}
+