Skip to content

Commit a48a039

Browse files
feat(endpoint-posts): update formatting for published date
1 parent 2139877 commit a48a039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<dl class="prose--caption">
22
<dt class="-!-visually-hidden">{{ __("posts.form.published.label") }}</dt>
3-
<dd><time datetime="{{ property }}">{{ property | date("PPPPPp", { locale: opts.locale }) }}</time></dd>
3+
<dd><time datetime="{{ property }}">{{ property | date("PPPppp", { locale: opts.locale }) }}</time></dd>
44
</dl>

0 commit comments

Comments
 (0)