diff --git a/_pages/aReadingsIndexByTags.md b/_pages/aReadingsIndexByTags.md index 0c61e31..d1ef267 100644 --- a/_pages/aReadingsIndexByTags.md +++ b/_pages/aReadingsIndexByTags.md @@ -64,45 +64,41 @@ Besides using high-level categories, we also use the following detailed tags to {% if t == newtag %} {% assign posts = tag | last %} - -### Table of readings + + {% assign counter = 0 %} + + +

+

+ + + + + -
{% assign sortedp = posts | sort: 'date' | reverse %} {% for post in sortedp %} - + {% assign counter=counter | plus:1 %} -
+
+ + + + - - {% if post.date %} - read on: - {{ post.date | date_to_string }}
- {% endif %} - - {% if post.content contains '' %} - {{ post.content | split:'' | first }} - {% else %} - {{ post.content }} - {% endif %} +{% endfor %} +
IndexTitleDesc
{{ counter }}{{ post.title }} {{ post.dec }}
- + +{% endif %} {% endfor %} - - --- {% endif %}