We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3322252 commit 457628dCopy full SHA for 457628d
nikola/post.py
@@ -116,7 +116,7 @@ def __init__(
116
self.post_name = os.path.splitext(source_path)[0] # posts/blah
117
# cache[\/]posts[\/]blah.html
118
self.base_path = os.path.join(self.config['CACHE_FOLDER'], self.source_path + ".html")
119
- # cache/posts/blah.html
+ # cache/posts/blah.txt.html
120
self._base_path = self.base_path.replace('\\', '/')
121
self.metadata_path = self.post_name + ".meta" # posts/blah.meta
122
self.folder = destination
0 commit comments