From 53949a6a023d0ddd294372331303392f0a3e9eb2 Mon Sep 17 00:00:00 2001
From: ak
+ {Math.ceil(readingTime.minutes)} {t('global.page.readingTime.minutes')}
+ {frontMatter.title}
) : null}
@@ -730,12 +741,6 @@ function MDXContent({ toc: headings, children }: ComponentPropsWithoutRef
- {t('global.page.readingTime.title')}: {Math.ceil(readingTime.minutes)}{' '} - {t('global.page.readingTime.minutes')} -
- ) : null} ) : null}
{Math.ceil(readingTime.minutes)} {t('global.page.readingTime.minutes')}
@@ -724,23 +724,6 @@ function MDXContent({ toc: headings, children }: ComponentPropsWithoutRef
- {t('global.page.lastUpdated')}:{' '}
-
-
+
+