Skip to content

Commit

Permalink
Restored old title for main index. Thanks to @Kwpolska for noticing.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 20, 2016
1 parent d3f05d9 commit fc8d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/indexes.py
Expand Up @@ -86,7 +86,7 @@ def provide_context_and_uptodate(self, classification, lang):
kw = {
}
context = {
"title": self.site.config["BLOG_TITLE"](lang),
"title": self.site.config["INDEXES_TITLE"](lang) or self.site.config["BLOG_TITLE"](lang),
"classification_title": "",
"description": self.site.config["BLOG_DESCRIPTION"](lang),
"pagekind": ["main_index", "index"],
Expand Down

0 comments on commit fc8d6f3

Please sign in to comment.