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 a784000 commit de28051Copy full SHA for de28051
app/components/BlogPostListCard.vue
@@ -33,7 +33,9 @@ defineProps<{
33
<!-- Text Content -->
34
<div class="flex-1 min-w-0 text-start gap-2">
35
<div class="flex items-center gap-2">
36
- <span class="text-xs text-fg-muted font-mono">{{ published }}</span>
+ <span class="text-xs text-fg-muted font-mono">
37
+ <DateTime :datetime="published" year="numeric" month="short" day="numeric" />
38
+ </span>
39
<span
40
v-if="draft"
41
class="text-xs px-1.5 py-0.5 rounded badge-orange font-sans font-medium"
0 commit comments