We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b29af4 commit ce80ac4Copy full SHA for ce80ac4
scripts/remark-reading-time.js
@@ -8,7 +8,7 @@ export default function remarkReadingTime() {
8
9
file.data.fm = {
10
...(file.data.fm ?? {}),
11
- readingTime: readingTime.text,
+ readingTime: `${Math.ceil(readingTime.minutes.toFixed(2))} menit`,
12
};
13
14
}
0 commit comments