mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-16 05:56:29 +02:00
added read time on index and post pages
This commit is contained in:
@@ -38,6 +38,9 @@ export const query = graphql`
|
||||
fields {
|
||||
slug
|
||||
tagSlugs
|
||||
readingTime {
|
||||
text
|
||||
}
|
||||
}
|
||||
frontmatter {
|
||||
date
|
||||
|
@@ -140,6 +140,9 @@ exports[`PostTemplate renders correctly 1`] = `
|
||||
<h1>
|
||||
Perfecting the Art of Perfection
|
||||
</h1>
|
||||
<h2>
|
||||
-
|
||||
</h2>
|
||||
<div
|
||||
dangerouslySetInnerHTML={
|
||||
{
|
||||
|
Reference in New Issue
Block a user