File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments