We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870a003 commit 98557beCopy full SHA for 98557be
index.html
@@ -30,7 +30,7 @@
30
31
<p id="categories">
32
33
- <strong>filter posts:</strong>
+ <strong>tag filter:</strong>
34
{% assign sorted_categories = site.categories | sort %}
35
<span>
36
{% for category in sorted_categories %}
@@ -53,9 +53,7 @@
53
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
54
<br />
55
<em class="post-meta">
56
- {{ post.date | date:'%Y-%m-%d' }}
57
- |
58
- <span class="tag-{{ post.date | date:'%Y' }}">{{ post.date | date:'%Y' }}</span>
+ tags:
59
{% for tag in sorted_categories %}
60
<span class="tag-{{ tag }}">{{ tag }}</span>
61
{% endfor %}
0 commit comments