Stop writing title twice when title_format is specified#356
Stop writing title twice when title_format is specified#356adiroiban merged 2 commits intotwisted:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #356 +/- ##
==========================================
- Coverage 96.82% 96.81% -0.01%
==========================================
Files 20 20
Lines 1195 1194 -1
Branches 108 108
==========================================
- Hits 1157 1156 -1
Misses 20 20
Partials 18 18
Continue to review full report at Codecov.
|
|
To be clear, the coverage isn't actually decreasing, it's just that I removed a line that was tested. |
|
@adiroiban @graingert @altendky @hukkin could you merge and release it, please? If the change is correct, of course :) |
|
Sorry for the delay. Let's merge this :) Yes. coverage is expected to decrease when removing a file. I will fix it as part of the release branch. |
|
I don't think that i will have time to do a release soon. I can review the release and if need i can create the tag for the release. Thanks! |
Closes #346
The title is already rendered in
content. This does not fix draft mode, but that is recorded in a separate issue.