diff --git a/src/lib/components/heroPost.svelte b/src/lib/components/heroPost.svelte
index 55c3146..d537dd3 100644
--- a/src/lib/components/heroPost.svelte
+++ b/src/lib/components/heroPost.svelte
@@ -1,12 +1,17 @@
@@ -26,7 +31,7 @@
—
{author}
— -->
- {relDate}
+ {dt.toRelativeCalendar()} ({dt.toLocaleString(DateTime.DATE_FULL)})
@@ -43,9 +48,9 @@
border-radius: 5px;
width: 100%;
}
- .categories {
+ /* .categories {
color: #0054E2;
- }
+ } */
.author {
display: flex;
align-items: center;
@@ -67,9 +72,9 @@
.author > * {
padding: 0 5px;
}
- .author img {
+ /* .author img {
height: 100%;
border-radius: 50%;
padding-right: 5px;
- }
+ } */
\ No newline at end of file
diff --git a/src/lib/components/post.svelte b/src/lib/components/post.svelte
index 05b59b1..2acfe9b 100644
--- a/src/lib/components/post.svelte
+++ b/src/lib/components/post.svelte
@@ -1,10 +1,11 @@
@@ -41,7 +45,7 @@
—
{author}
— -->
- {relDate}
+ {dt.toRelativeCalendar()} ({dt.toLocaleString(DateTime.DATE_FULL)})