Skip to content

Commit 06160a5

Browse files
committed
Move date to the left side again
1 parent 7056b67 commit 06160a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<h2 id="{{ name }}">{{ name | upcase }}</h2>
1919
{%- for post in site.tags[name] -%}
2020
<article class="post-item" id="results-container">
21+
<span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
2122
<h3 class="post-item-title">
2223
<a href="{{ post.url }}">{{ post.title | escape }}</a>
2324
</h3>
24-
<span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
2525
</article>
2626
{%- endfor -%}
2727
{%- endfor -%}

0 commit comments

Comments
 (0)