We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c64e2 commit 79ad7baCopy full SHA for 79ad7ba
_layouts/tagpage.html
@@ -4,12 +4,12 @@
4
<div class="tag">
5
<h1>{{ page.title }}</h1>
6
<ul>
7
- {% assign taged_posts = site.posts | where: 'tags',page.tag | reverse %}
+ {% assign taged_posts = site.posts | where: 'tags',page.tag %}
8
{% for post in taged_posts %}
9
<li><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> ({{ post.date | date_to_rfc822 | date: "%-d %B %Y" }})<br>
10
{% if post.synopsis %}{{ post.synopsis }}{% else %}{{ post.excerpt }}{% endif %}
11
</li>
12
{% endfor %}
13
</ul>
14
</div>
15
-<hr>
+<hr>
0 commit comments