We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c195edb commit e6081a7Copy full SHA for e6081a7
archivebytag.md
@@ -18,5 +18,5 @@ layout: page
18
<p><a name="{{ tag | first | slugify }}"></a> </p>
19
<h3 class="archivetitle">{{ tag | first | replace:'-', ' ' }} <i class="badge">{{ tag | last | size }}</i> </h3>
20
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>
+<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>
22
{% endfor %}
0 commit comments