mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 14:58:14 +00:00
change reading time to content meta
This commit is contained in:
parent
ee9ed4f287
commit
e21f0f9bb9
5 changed files with 40 additions and 31 deletions
quartz/components
|
@ -5,7 +5,7 @@ import FolderContent from "./pages/FolderContent"
|
|||
import Darkmode from "./Darkmode"
|
||||
import Head from "./Head"
|
||||
import PageTitle from "./PageTitle"
|
||||
import ReadingTime from "./ReadingTime"
|
||||
import ContentMeta from "./ContentMeta"
|
||||
import Spacer from "./Spacer"
|
||||
import TableOfContents from "./TableOfContents"
|
||||
import TagList from "./TagList"
|
||||
|
@ -24,7 +24,7 @@ export {
|
|||
Darkmode,
|
||||
Head,
|
||||
PageTitle,
|
||||
ReadingTime,
|
||||
ContentMeta,
|
||||
Spacer,
|
||||
TableOfContents,
|
||||
TagList,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue