diff --git a/pelicanconf.py b/pelicanconf.py index e1a929e..ce9933e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,7 +13,7 @@ TIMEZONE = 'Asia/Seoul' DEFAULT_LANG = 'en' DEFAULT_DATE = 'fs' -#notes/20200421T223234+0900_(testt)/index.rst +#notes/20200421T223234+0900_testt/index.rst PATH_METADATA = r'(?P[^/]*)/(?P(?P\d{8}T\d{6})[+-]\d{4})_(?P.*)/.*' #SLUGIFY_SOURCE = 'basename'