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 e2d8cfa commit 1f3a71aCopy full SHA for 1f3a71a
_pages/news.md
@@ -12,7 +12,7 @@ permalink: /news
12
{% for post in news %}
13
<li class="py-4">
14
<a href="{{ post.url }}">
15
- <div class="flex gap-x-2">
+ <div class="flex items-center gap-x-2">
16
<time class="text-sm text-gray-600">{{ post.date | date:"%Y.%-m.%-d" }}</time>
17
<span class="block min-w-24 text-center px-4 py-px rounded-xs bg-[#cc8f2e] text-white">{{ post.tags }}</span>
18
</div>
0 commit comments