Skip to content

Commit 98557be

Browse files
committed
- re-label tag language
1 parent 870a003 commit 98557be

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<p id="categories">
3232

33-
<strong>filter posts:</strong>
33+
<strong>tag filter:</strong>
3434
{% assign sorted_categories = site.categories | sort %}
3535
<span>
3636
{% for category in sorted_categories %}
@@ -53,9 +53,7 @@
5353
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
5454
<br />
5555
<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>
56+
tags:
5957
{% for tag in sorted_categories %}
6058
<span class="tag-{{ tag }}">{{ tag }}</span>
6159
{% endfor %}

0 commit comments

Comments
 (0)