change reading time to content meta

This commit is contained in:
Jacky Zhao
2023-08-08 21:28:09 -07:00
parent e9eebd1c87
commit 3f8329207b
5 changed files with 40 additions and 31 deletions

View File

@ -15,7 +15,7 @@ export const sharedPageComponents: SharedLayout = {
// components for pages that display a single page (e.g. a single note)
export const defaultContentPageLayout: PageLayout = {
beforeBody: [Component.ArticleTitle(), Component.ReadingTime(), Component.TagList()],
beforeBody: [Component.ArticleTitle(), Component.ContentMeta(), Component.TagList()],
left: [
Component.PageTitle(),
Component.MobileOnly(Component.Spacer()),