Skip to content

Commit adf7c37

Browse files
committed
Simplify the ChangeLog entry
1 parent 34083f2 commit adf7c37

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@
44

55
**Released: WiP**
66

7-
- Draft posts now receive a clear visual indicator wherever a post title is
8-
rendered: the title is displayed in a contrasting amber colour
9-
(`--draft-title-color`) and a 🚧 emoji is appended after the title text.
10-
This applies on the individual post page, all listing pages (home, tag,
11-
category) and the date archive. A new `draft-post` CSS class is added to
12-
the article element and a `draft-title` class to archive list links. The
13-
`--draft-title-color` and `--dark-draft-title-color` CSS custom properties
14-
can be overridden in a custom stylesheet to change the colour.
15-
Non-draft posts are unaffected.
16-
([#355](https://github.com/davep/blogmore/pull/355))
177
- Replaced the regex-based `extract_first_paragraph` implementation with a
188
Markdown-library-powered approach.
199
([#354](https://github.com/davep/blogmore/pull/354))
10+
- Draft posts now receive a clear visual indicator wherever a post title is
11+
rendered: the title is displayed in a contrasting amber colour and a 🚧
12+
emoji is appended after the title text.
13+
([#357](https://github.com/davep/blogmore/pull/357))
2014

2115
## v2.6.0
2216

0 commit comments

Comments
 (0)