layouts/admin/list.html aktualisiert
This commit is contained in:
parent
4f211af5cf
commit
1939399d5c
@ -145,7 +145,7 @@
|
||||
),
|
||||
h("footer", { className: "article-time" },
|
||||
h("div", {},
|
||||
h("time", { className: "article-time--published" }, (entry.data.date != "" ? new Intl.DateTimeFormat("de-DE", {dateStyle: "long"}).format(new Date(entry.data.date)) : ""))
|
||||
h("time", { className: "article-time--published" }, ((entry.data.date != null && entry.data.date != "") ? new Intl.DateTimeFormat("de-DE", {dateStyle: "long"}).format(new Date(entry.data.date)) : ""))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user