We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1a43 commit b840c12Copy full SHA for b840c12
ablog/blog.py
@@ -228,7 +228,7 @@ def _init(self, app):
228
# add references to posts and drafts
229
# e.g. :ref:`blog-posts`
230
refs["blog-posts"] = (os_path_join(self.config["blog_path"], "index"), "Posts")
231
- refs["blog-drafts"] = (os_path_join(self.config["blog_path"], "drafts", "index"), "Drafts")
+ refs["blog-drafts"] = (os_path_join(self.config["blog_path"], "drafts"), "Drafts")
232
refs["blog-feed"] = (os_path_join(self.config["blog_path"], "atom.xml"), self.blog_title + " Feed")
233
234
# set some internal configuration options
0 commit comments