diff --git a/src/pages/[...slug].astro b/src/pages/[...slug].astro index 729b01c..41ba110 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -109,15 +109,15 @@ const schema = JSON.stringify({ )} >
- By + By{' '} {entry.data.author}
- {wordCount(entry.body)} - words • {minutesRead} + {wordCount(entry.body)}{' '} + words • {minutesRead}{' '} read