From f300f17d3cfbb9ecad547ef60b64b825bf875678 Mon Sep 17 00:00:00 2001 From: budparr Date: Sat, 3 Nov 2018 23:47:51 -0400 Subject: [PATCH] Tweak changelog wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84d74f..70ddc9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Run Ananke with Hugo v0.50 - Remove default background image so users can choose to not use one at all. #133 (cdeguise) -- Add reading time and word count to pages, conditionally if set at global, page, or section level. (thanks to @looer for starting) \ No newline at end of file +- Add reading time and word count to pages, conditionally if set at global, page, or section level with the `show_reading_time` key. (thanks to @looer for starting)