- {{ prettyDate }} · {{ calcReadingTime(latest).words.total }} words
+ · {{ calcReadingTime(latest).words.total }} words
import type { BlogParsedContent, StoryParsedContent } from "@/shared/types";
-import { calcReadingTime, getPrettyDate } from "@/shared/metadata";
+import { calcReadingTime } from "@/shared/metadata";
type GeneralParsedContent = BlogParsedContent | StoryParsedContent;
@@ -33,7 +33,7 @@ const captionText =
{{ captionText }}
{{ doc.title }}
- {{ getPrettyDate(doc) }} · {{ descText }}
+ · {{ descText }}