| layout | page | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | Study List With Categories | |||||||||||||||||||||
| subtitle | Something that I have studied and experienced | |||||||||||||||||||||
| css | /css/CloudListFilter.css | |||||||||||||||||||||
| bigimg |
|
{: #top }
{% include CloudHeaderPart.html %}
{% assign tags = site.categories | sort %}
{% for tag in tags %}
{{ tag[0] }} {{ tag | last | size }}
{% endfor %}
{% for tag in tags %}
{% endfor %}
-
{% for post in tag[1] %}
- {{ post.title }} - Posted on {{ post.date | date: "%B %-d, %Y" }} {% endfor %}
{% endfor %}