diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b4beb3..16c532e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - Make comments in articles optional +- Reading time for articles + - Make Numeric Headings a plugin (slightly breaking change) ## 2.5.0 (2024-07-21) diff --git a/Layout.vue b/Layout.vue index 2067abb..c25f881 100644 --- a/Layout.vue +++ b/Layout.vue @@ -34,7 +34,7 @@ const { site, frontmatter, page, theme } = useData(); -
+
+ + · {{ readingTime }} minutes to read + · {{ @@ -63,9 +66,26 @@ +