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