|
@@ -64,7 +64,7 @@ categories: ["{}"]\n\
|
|
|
'blog',
|
|
|
get_trans_title_url_name(request.args["title"]))
|
|
|
|
|
|
- CatPath = UPLOAD_PATH_MAP[0][0]+"../blog/設計專欄/" + get_trans_title_url_name(request.args["title"])
|
|
|
+ CatPath = UPLOAD_PATH_MAP[0][0]+"../blog/" + get_trans_title_url_name(request.args["title"])
|
|
|
|
|
|
print(CatPath)
|
|
|
if not os.path.exists(CatPath):
|
|
@@ -85,7 +85,7 @@ def remove():
|
|
|
""" def GetCategories():
|
|
|
GetCategories
|
|
|
configfiles = [os.path.join(dirpath, f)
|
|
|
- for dirpath, dirnames, files in os.walk(UPLOAD_PATH_MAP+'../blog/設計專欄')
|
|
|
+ for dirpath, dirnames, files in os.walk(UPLOAD_PATH_MAP+'../blog')
|
|
|
for f in fnmatch.filter(files, 'category.md')]
|
|
|
|
|
|
return configfiles """
|