Skip to content

Commit e6081a7

Browse files
committed
updating tags
1 parent c195edb commit e6081a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archivebytag.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ layout: page
1818
<p><a name="{{ tag | first | slugify }}"></a>&nbsp;</p>
1919
<h3 class="archivetitle">{{ tag | first | replace:'-', ' ' }} <i class="badge">{{ tag | last | size }}</i> </h3>
2020

21-
<ul>{% for post in sorted_posts %}{%if post.categories contains tag[0]%}<li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> {% if post.author %} • {{ post.author }}{% endif %}{% if post.date %} • {{ post.date | date: "%B %e, %Y" }}{% endif %}</li>{%endif%}{% endfor %}</ul>
21+
<ul>{% for post in sorted_posts %}{%if post.tags contains tag[0]%}<li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> {% if post.author %} • {{ post.author }}{% endif %}{% if post.date %} • {{ post.date | date: "%B %e, %Y" }}{% endif %}</li>{%endif%}{% endfor %}</ul>
2222
{% endfor %}

0 commit comments

Comments
 (0)