We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7056b67 commit 06160a5Copy full SHA for 06160a5
tags.html
@@ -18,10 +18,10 @@
18
<h2 id="{{ name }}">{{ name | upcase }}</h2>
19
{%- for post in site.tags[name] -%}
20
<article class="post-item" id="results-container">
21
+ <span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
22
<h3 class="post-item-title">
23
<a href="{{ post.url }}">{{ post.title | escape }}</a>
24
</h3>
- <span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
25
</article>
26
{%- endfor -%}
27
0 commit comments