diff --git a/.#README.md b/.#README.md deleted file mode 120000 index b381f90..0000000 --- a/.#README.md +++ /dev/null @@ -1 +0,0 @@ -doohoyi@DoohouicBookAir.skbroadband.6603 \ No newline at end of file diff --git a/README.md b/README.md index 2c24f04..b457fd3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## patch applied -- if there is no 'title' in '.rst' file, FILENAME_METADATA = '(?P.*)' 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 - 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!