- ‘.#README.md’

/ ‘README.md’
This commit is contained in:
Dooho Yi 2020-04-21 21:01:32 +09:00
parent b38eac7272
commit 3305789295
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
doohoyi@DoohouicBookAir.skbroadband.6603

View file

@ -7,7 +7,7 @@
## patch applied ## patch applied
- if there is no 'title' in '.rst' file, FILENAME_METADATA = '(?P<title>.*)' doesn't work! - if there is no 'title' in '.rst' file, FILENAME_METADATA = '(?P\<title\>.*)' doesn't work!
- it works fine with '.md' files --> https://github.com/getpelican/pelican/issues/2107#issuecomment-363388649 - it works fine with '.md' files --> https://github.com/getpelican/pelican/issues/2107#issuecomment-363388649
- but, it doesn't work with '.rst' files. - but, it doesn't work with '.rst' files.
- that's because metadata being merged with a default 'title' which is empty if you don't give one in the document! - that's because metadata being merged with a default 'title' which is empty if you don't give one in the document!